CleanCode C# Libraries v0.9.23 API

Utility.MatchesToArray Method 

Converts a set of groups from a regular expression match (a GroupCollection) to a string Array.

public static string[] MatchesToArray(
   GroupCollection groups
);

Parameters

groups
The groups.

Return Value

A string array whose elements are the regular expression matches.

See Also

Utility Class | CleanCode.Data Namespace