-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
feat(developer): regex: support ranges 🙀 #10316
Comments
warnings will be on the Developer side |
Icu can support |
Idea: we decide to not decompose any characters represented within ranges. This means that some characters will never be matched, but it's not going to break things. There will be some benefit, e.g. allowing large ranges, allowing out-of-alphabet matches (negative matches) etc. So if we decide not to decompose characters within ranges, then we will end up with something like: |
|
This should make the Core changes minimal, correct? Because we no longer need to convert to a Set. |
Changing this to be a Developer issue. We can push this one into beta if it's only hints and warnings. If there is other work to be done, can you detail that here @srl295? |
- add warning into tran.ts - will be one warning per <tranform> element #10316
Note that actually we don't transform TO a range. That would be a Set which is well-defined here.
but the matching is still an issue to solve in this ticket.
This is under core because it has to be handled on the core side.
Split from #9468
Supports #9121
The text was updated successfully, but these errors were encountered: