strict property

bool? strict
final

True if the segment pattern contains no wildcards '*', '?', no character classes '[]', no choices '{}'; otherwise false; false.

Implementation

final bool? strict;