RegexHelper Class
From HD.Common
| RegexHelper Class | Helper帮助文档 |
操作正则表达式的公共类
Inheritance Hierarchy
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
| Name | Description | |
|---|---|---|
| RegexHelper | Initializes a new instance of the RegexHelper class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| IsMatch(String, String) |
验证输入字符串是否与模式字符串匹配(忽略大小写),匹配返回true
| |
| IsMatch(String, String, RegexOptions) |
验证输入字符串是否与模式字符串匹配,匹配返回true
| |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also