来源:自学PHP网 时间:2014-10-28 17:28 作者: 阅读:次
[导读] 用asp实现的匹配:数字$数字$数字$...... 的正则...
复制代码 代码如下: Dim strOk,strNo strOk = "12312321$12312312312$12312321$" strNo = "12312321$12312312312$12312321$sdfsd" Function RegExpTest(patrn, strng) Dim regEx, match, matches ' 建立变量。 Set regEx = New RegExp ' 建立规范表达式。 regEx.Pattern = patrn ' 设置模式。 regEx.IgnoreCase = True ' 设置是否区分字母的大小写。 regEx.Global = false ' 设置全程性质。 set matches= regEx.Execute(strng) ' 执行搜索。 for each match in matches ' 重复匹配集合 RetStr=RetStr &"Match found at position " RetStr=RetStr&Match.FirstIndex&".Match Value is '" RetStr=RetStr&Match.Value&"'."&vbCRLF Next IF Not IsEmpty(matches) And matches(0).Value = strng Then RegExpTest = true Else RegExpTest = false End IF End Function MsgBox(RegExpTest("[\d+\$]+", strOk)) |
自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习
京ICP备14009008号-1@版权所有www.zixuephp.com
网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com