正則表達式的使用(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
相關文章
相關標籤/搜索