会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
范世强的笔记(SEC-fsq)
专注于网络安全技术 http://www.freebuf.com/author/shentouceshi https://gitee.com/fsqsec
博客园
首页
新随笔
联系
订阅
管理
2018年3月14日
判断字符串是否包含汉字
摘要: import java.util.regex.Matcher;import java.util.regex.Pattern;public class Test2 { final static Pattern p = Pattern.compile("[\u4e00-\u9fa5]"); public
阅读全文
posted @ 2018-03-14 19:08 范世强
阅读(628)
评论(0)
推荐(0)
编辑
公告