RegexHelper Class

HD.Common

RegexHelper Class Helper帮助文档
操作正则表达式的公共类
Inheritance Hierarchy

SystemObject  HD.CommonRegexHelper

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public class RegexHelper
Public Class RegexHelper
public ref class RegexHelper
type RegexHelper =  class end

The RegexHelper type exposes the following members.

Constructors

  NameDescription
Public methodRegexHelper
Initializes a new instance of the RegexHelper class
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberIsMatch(String, String)
验证输入字符串是否与模式字符串匹配(忽略大小写),匹配返回true
Public methodStatic memberIsMatch(String, String, RegexOptions)
验证输入字符串是否与模式字符串匹配,匹配返回true
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference