Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

regexp on patterns from \x to \u #4

Closed
MarioRuiz opened this issue Aug 11, 2021 · 0 comments
Closed

regexp on patterns from \x to \u #4

MarioRuiz opened this issue Aug 11, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@MarioRuiz
Copy link
Owner

MarioRuiz commented Aug 11, 2021

translate from \x{HHHH} or \xHH into \uHHHH
^[a-z\x{DF}-\x{FF}][a-z0-9\-_\x{DF}-\x{FF}]*$
^[a-z\x00DF-\x00FF][a-z0-9\-_\x00DF-\x00FF]*$
will be :
^[a-z\u{00DF}-\u{00FF}][a-z0-9\-_\u{00DF}-\u{00FF}]*$

@MarioRuiz MarioRuiz added the enhancement New feature or request label Aug 11, 2021
@MarioRuiz MarioRuiz self-assigned this Aug 11, 2021
MarioRuiz added a commit that referenced this issue Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant