strict property

bool strict
final

If true, a FormatException will be thrown if any capture groups defined in output weren't matched in text provided to transform or if they weren't included in regex. If false, any unmatched capture groups will be treated as plain text.

Implementation

final bool strict;