Utility MatchesToArray Method CleanCode C# Libraries v1.2.03 API
Converts a set of groups from a regular expression match (a OnlineGroupCollection) to a string OnlineArray.

Namespace: CleanCode.Data
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public static string[] MatchesToArray(
	GroupCollection groups
)

Return Value

A string array whose elements are the regular expression matches.
See Also