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