public static List<List<string>> Regex( string sourceString, string sourceRegex, string range, string excludeGroup )
Parameters
- sourceString
Type: System.String
The source string.
- sourceRegex
Type: System.String
The target regex.
- range
Type: System.String
The range of collections for return.
- excludeGroup
Type: System.String
The group numbers for exclude in result.
Return Value
Type: System.Collections.Generic.List
A collection of matches