.NET Framework Class Library
Regex..::.Matches Method

Searches an input string for all occurrences of a regular expression and returns all the successful matches.

Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMatches(String)Searches the specified input string for all occurrences of a regular expression.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMatches(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 memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMatches(String, String)Searches the specified input string for all occurrences of the regular expression specified in the pattern parameter.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMatches(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

Reference

Tags :


Page view tracker