PatternUtils extension

Utility extensions for Pattern objects.

on

Methods

split(String text) List<String>

Available on Pattern, provided by the PatternUtils extension

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