正则表达式

//将电话号部分隐藏
String userName = order.getBookingUserPhone().replaceAll("(\d{3})\d{4}(\d{4})", "$1****$2");

你可能感兴趣的:(正则表达式)