getMatches method

List<RegExpMatch> getMatches()

Returns the list of profanity matches found in the text.

Implementation

List<RegExpMatch> getMatches() => censorIt.matches;