Warning: copy(): open_basedir restriction in effect. File() is not within the allowed path(s): (/data/wwwroot/www.gushidaquan.cc/:/tmp/) in /data/wwwroot/www.gushidaquan.cc/caches/configs/system.php on line 60
java统计汉字字数的方法 - 故事大全网

java统计汉字字数的方法

时间:2017-05-19 00:38:00 

本文实例讲述了java统计汉字字数的方法。分享给大家供大家参考,具体如下:

public class TongJiHanZi { public static int count(String text) { String Reg="^[\u4e00-\u9fa5]{1}$";//正则 int result=0; for(int i=0;i<text.length();i++){ String b=Character.toString(text.charAt(i)); if(b.matches(Reg))result++; } return result; } public static void main(String[] args) { String text = "汉字汉字仮名かなカナ 0189 azAZ ./ "; System.out.println(count(text)); } }

看不过瘾?点击下面链接!
本站微信公众号:gsjx365,天天有好故事感动你!

相关电脑知识

美图欣赏

电脑知识排行榜