StringUtilsExtractMatchesToStringList Method |
Name | Description | |
---|---|---|
ExtractMatchesToStringList(String, String) |
Searches for items in a string between delimiter characters (specified by regex string expression) and extracts each instance of that string
into a string list.
| |
ExtractMatchesToStringList(String, String, String) |
Searches for items in a string between delimiter characters (specified by regex string expression) and extracts each instance of that string
into a string list. If no items found the default value is added to the string list if a non empty default is provided.
|