国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > ASP > 正文

檢測(cè)函數(shù) asp class

2024-05-04 11:02:47
字體:
供稿:網(wǎng)友
復(fù)制代碼 代碼如下:
<%
Dim Cmd
Set Cmd = New Cls_Command
Class Cls_Command
    Private Re

    Public Function IsPositiveInteger(value)
        Set Re = New RegExp
        Re.Pattern = "^[1-9][/d]*$"
        Re.IgnoreCase = True
        Re.Global = True
        IsPositiveInteger = Re.Test(value)
        Set Re = Nothing
    End Function

    Public Function IsDigit(vString)
        If vString = "" Then IsDigit = False : Exit Function
        Set Re = New RegExp
        Re.Pattern = "^[a-z]+$"
        Re.Global = True
        Re.IgnoreCase = True
        Re.MultiLine = True
        IsDigit = Re.Test(vString)
        Set Re = Nothing
    End Function

    Public Function IsAlpha(vString)
        If vString = "" Then IsAlpha = False : Exit Function
        Set Re = New RegExp
        Re.Pattern = "^[/d]+$"
        Re.Global = True
        Re.IgnoreCase = True
        Re.MultiLine = True
        IsAlpha = Re.Test(vString)
        Set Re = Nothing
    End Function

    Public Function IsAlphaDigit(vString)
        If vString = "" Then IsAlphaDigit = False : Exit Function
        Set Re = New RegExp
        Re.Pattern = "^[a-zA-Z/d]+$"
        Re.Global = True
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 调兵山市| 马关县| 崇仁县| 志丹县| 芜湖市| 汽车| 锦屏县| 亳州市| 威远县| 宣汉县| 日喀则市| 邯郸县| 深州市| 太原市| 大厂| 宽城| 建平县| 拉萨市| 五大连池市| 盐边县| 文成县| 庆安县| 乌鲁木齐县| 平潭县| 万载县| 凤庆县| 乌鲁木齐市| 靖宇县| 潍坊市| 焦作市| 大余县| 甘谷县| 察隅县| 福泉市| 营山县| 涞源县| 淳安县| 太谷县| 达孜县| 大冶市| 连平县|