Skip to content

Add support for Unicode regex patterns in validators. #10766

@joshcampbell191

Description

@joshcampbell191

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions