RegexHelperIsMatch Method | Helper帮助文档 |
Overload List
Name | Description | |
---|---|---|
IsMatch(String, String) |
验证输入字符串是否与模式字符串匹配(忽略大小写),匹配返回true
|
|
IsMatch(String, String, RegexOptions) |
验证输入字符串是否与模式字符串匹配,匹配返回true
|
See Also