inverseMatch property

Pattern? inverseMatch
final

If provided, only matches that match this Pattern and aren't delimited will be matched by this regex.

Implementation

final Pattern? inverseMatch;