PatternUtils extension
Utility extensions for Pattern objects.
Methods
-
split(String text, {bool includeEmptyStrings = false, bool inclideEmptyStrings = false})
→ List<String>
-
Available on Pattern,
provided by the PatternUtils extension
Splits text by occurrences of this pattern, including captured groups.