抓住我的双乳咬我奶头视频看/91精品国产丝袜白色高跟鞋/亚洲日韩欧美久久国产高清精品/亚洲aⅴ - 国产亚洲欧美日韩在线天堂区

首頁  >  新聞資訊 > ASP利用正則表達式判斷手機格式和電話號碼格式方法

ASP利用正則表達式判斷手機格式和電話號碼格式方法

<%
 
 
Function RegExpTest(patrn, strng)
  RetStr ="|"
  Dim regEx, Match, Matches      ' 建立變量。
  Set regEx = New RegExp         ' 建立正則表達式。
  regEx.Pattern = patrn          ' 設(shè)置模式。
  regEx.IgnoreCase = True        ' 設(shè)置是否區(qū)分字符大小寫。
  regEx.Global = True         ' 設(shè)置全局可用性。
  Set Matches = regEx.Execute(strng)   ' 執(zhí)行搜索
  For Each Match in Matches      ' 遍歷匹配集合并去重。
    MatchValue="|"&Match.Value&"|"
  if instr(RetStr,MatchValue)>0 then
    RetStr = RetStr
  else
    RetStr = RetStr & Match.Value & "|"
  end if
  Next
  RegExpTest = RetStr
End Function
 
 
str="我的手機號是13888888888,或者13999999999,或者13999999999,訂單號12345678910防偽號123123456789  
mobi=RegExpTest("1[3459789][0-9]",str)
 
 response.write mobi

————————————————

聯(lián)系電話1:13888888888(點擊撥打)
聯(lián)系電話2:13999999999(點擊撥打)
聯(lián)系電話3:13999999999(點擊撥打)

最新評論

0條評論

    暫無評論,歡迎您評論。

熱門閱讀