Converts a set of groups from a regular expression match
(a GroupCollection) to
a string Array.
Namespace: CleanCode.DataAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax
public static string[] MatchesToArray( GroupCollection groups )
Parameters
- groups
- Type: System.Text.RegularExpressions GroupCollection
The groups.
Return Value
A string array whose elements are the regular expression matches.See Also