pattern property

String? pattern
getter/setter pair

Pattern defining the regular expression.

Its syntax (https://github.com/google/re2/wiki/Syntax) can be found under the google/re2 repository on GitHub.

Implementation

core.String? pattern;