Click or drag to resize

StringUtilsExtractMatchesToStringList Method

Overload List
  NameDescription
Public methodStatic memberExtractMatchesToStringList(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.
Public methodStatic memberExtractMatchesToStringList(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.
Top
See Also