网站导航网学 原创论文 原创专题 网站设计 最新系统 原创论文 论文降重 发表论文 论文发表 UI设计定制 论文答辩PPT格式排版 期刊发表 论文专题
返回网学首页
网学原创论文
最新论文 推荐专题 热门论文 论文专题
当前位置: 网学 > 设计资源 > 正则表达式 > 正文

asp正则表达式匹配数字$数字$数字$

论文降重修改服务、格式排版等 获取论文 论文降重及排版 论文发表 相关服务

鉴于大家对正则表达式十分关注,我们编辑小组在此为大家搜集整理了“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))
设为首页 | 加入收藏 | 网学首页 | 原创论文 | 计算机原创
版权所有 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
Copyright 2008-2020 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号 常年法律顾问:王律师