if (endStr.matches("[\\pP\\p{Punct}]"))
java中使用正则匹配所有标点符号
最新推荐文章于 2024-07-26 03:07:15 发布

if (endStr.matches("[\\pP\\p{Punct}]"))