RegExpExtension extension

Extra methods for RegExp.

on

Methods

allMatchesWithSep(String text, [int start = 0]) List<String>
Given text, get all instances of the text split according to this RegExp.