-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Add feature flags to adapt to the ability of the regular expressions.
When the feature flag unicode is set true, it can use a flag u.
When the feature flag namedCapture is set true, it can use a (?<named>) named capture and \k<named>.
When the feature flag upc is set true, it can use a \p to match an unicode property class.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request