/** *版权只属于未来客 */ import java.util.regex.Pattern; /** * @since 2008-05-10 * @author 未来客 * @version 1.0 */ public class StrTest { public StrTest(){ } /** * @desc 判断是否全是字母 * @param str * @return */ public boolean letterMatch(String str){ if(Pattern.matches("[a-zA-Z]*",str)){ re ...
  • 11:35
  • 浏览 (343)
  • 评论 (1)
未来客
搜索本博客
博客分类
最近加入圈子
最新评论