Is your feature request related to a problem? Please describe.
I'd like to be able to use Unicode character classes in my regex patterns for validators (https://www.regular-expressions.info/unicode.html#prop).
ex. \p{L} could be used to capture all letters from various languages.
Describe the solution you'd like
Ideally, this would be in the form of a checkbox similar to the one for caseInsensitve which would allow someone to enable the functionality. It can be turned off by default.