/**
* 去除标点
*/
public static String format(String s) {
String str = s.replaceAll("[\r\n`~!@#$%^&*()+=|{}':;',\\[\\].<>/?~!@#¥%……& amp;*()——+|{}【】‘;:”“’。,、?|-]", "");
return str;
}
/**
* 去除标点
*/
public static String format(String s) {
String str = s.replaceAll("[\r\n`~!@#$%^&*()+=|{}':;',\\[\\].<>/?~!@#¥%……& amp;*()——+|{}【】‘;:”“’。,、?|-]", "");
return str;
}
本文标题:Android 去除标点符号
本文链接:https://www.haomeiwen.com/subject/hqgwortx.html
网友评论