Click or drag to resize
Cimbalino ToolkitStringExtensionsRegexIsMatch Method
Overload List
  NameDescription
Public methodStatic memberRegexIsMatch(String, String)
Indicates whether the regular expression finds a match in the input string using the regular expression specified in the pattern parameter.
Public methodStatic memberRegexIsMatch(String, String, RegexOptions)
Indicates whether the regular expression finds a match in the input string, using the regular expression specified in the pattern parameter and the matching options supplied in the options parameter.
Top
See Also