regex property

String? regex
getter/setter pair

The regex match string.

The string must be supported by the configured engine. The regex is matched against the full string, not as a partial match.

Implementation

core.String? regex;