UtilRegExGetMatchesPositions Method

Overload List

GetMatchesPositions(Regex, String) Gets a friendlly collection of all the RegEx matches being at group index Zero, and their matches positions.
GetMatchesPositions(Regex, String, Int32) Gets a friendlly collection of all the RegEx matches being at the specified group index, and their matches positions.

See Also