标签:
boolean matches(String regex) //告知此字符串是否匹配给定的正则表达式。 String[] split(String regex) //根据给定正则表达式的匹配拆分此字符串。 String[] split(String regex, int limit) // 根据匹配给定的正则表达式来拆分此字符串。
具体操作功能:
正则表达式
原文地址:http://www.cnblogs.com/tyh2014/p/4263524.html