正则表达式的使用(2)

正则表达式简单代码实例 package cn.hncu; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.junit.Test; public class Zhengze { @Test public void demo1() { String str = "010-2328322"; Strin
相关文章
相关标签/搜索