Click or drag to resize
Cimbalino ToolkitStringExtensionsRegexMatch Method
Overload List
  NameDescription
Public methodStatic memberRegexMatch(String, String)
Searches the specified input string for the first occurrence of the regular expression supplied in the pattern parameter.
Public methodStatic memberRegexMatch(String, String, RegexOptions)
Searches the input string for the first occurrence of the regular expression supplied in a pattern parameter with matching options supplied in an options parameter.
Top
See Also