Mono Class Library: System.Text.RegularExpressions.Regex Overview | Members

System.Text.RegularExpressions.Regex.Matches Method

Matches an input string against a regular expression.

public static MatchCollection Matches (string input, string pattern)

Parameters

input
Input string to match against the regular expression.
pattern
Regular expression to match against.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Text.RegularExpressions
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0