| RegexHelper Methods | Helper帮助文档 |
The RegexHelper type exposes the following members.
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