PatternUtils extension

Utility extensions for Pattern objects.

on

Methods

split(String text, {bool inclideEmptyStrings = false}) List<String>

Available on Pattern, provided by the PatternUtils extension

Splits text by occurrences of this pattern, including captured groups.