Click or drag to resize
RegularExpressionHelper Class
正则表达式处理辅助类
Inheritance Hierarchy
SystemObject
  X3Platform.UtilRegularExpressionHelper

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public class RegularExpressionHelper

The RegularExpressionHelper type exposes the following members.

Constructors
  NameDescription
Public methodRegularExpressionHelper
Initializes a new instance of the RegularExpressionHelper class
Top
Methods
  NameDescription
Public methodStatic memberDumpHrefs
抓取链接地址
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberIsByte
检测字符是否在4至12之间
Public methodStatic memberIsDate
检测年月日
Public methodStatic memberIsDecimal
检测字符是否为十进制数.
Public methodStatic memberIsEmail
检测字符是否为Email地址
Public methodStatic memberIsGuid
检测Guid
Public methodStatic memberIsIP
检测IP
Public methodStatic memberIsNumeric
检测字符是否为数字
Public methodStatic memberIsSafeFilePostfix
检测安全的文件名后缀
Public methodStatic memberIsTelephone
检测是否为电话号码
Public methodStatic memberIsUnsafeSQL
检测是否是不安全的SQL语句
Public methodStatic memberMDYToDMY
dd-mm-yy 的日期形式代替 mm/dd/yy 的日期形式
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also