The enum.
If true, the regex pattern will match ONLY the keys with no preceding or postceding characters. Otherwise, the regex will match keys that are found within any part of a string.
Optional
flags: stringFlags of the regular expression.
Generated using TypeDoc
Builds a regular expression matching the values of an enum.
The #toString function is used to transform the values into an string representation. The regex special characters are escaped from the expression.