Click or drag to resize
RegexMatches Method
Overload List
  NameDescription
Public methodMatches(String)
Searches the specified input string for all occurrences of a regular expression.
Public methodMatches(String, Int32)
Searches the specified input string for all occurrences of a regular expression, beginning at the specified starting position in the string.
Public methodStatic memberMatches(String, String)
Searches the specified input string for all occurrences of a specified regular expression.
Public methodStatic memberMatches(String, String, RegexOptions)
Searches the specified input string for all occurrences of a specified regular expression, using the specified matching options.
Top
See Also