You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What specific section or headline is this issue about?
Parameters
What information was incorrect, unhelpful, or incomplete?
Although the current description:
loneProperty
A lone Unicode property name or value, following the same syntax as value. It specifies the value for the General_Category property, or a binary property name.
does exclude Script values from being used as loneProperty, but using such values alone is valid in ICU and therefore in most common softwares based on it. For developers familiar with ICU but not with the JS Unicode mode, this discrepancy makes it harder to debug.
What did you expect to see?
A few words warning about the discrepancy.
Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
The references for regular expressions on MDN are of great quality and value. They save me a lot of time during the learning of regular expressions 👍
The text was updated successfully, but these errors were encountered:
yarusome
added
the
needs triage
Triage needed by staff and/or partners. Automatically applied when an issue is opened.
label
May 6, 2023
Josh-Cena
added
good first issue
A good issue for newcomers to get started with.
and removed
needs triage
Triage needed by staff and/or partners. Automatically applied when an issue is opened.
labels
May 6, 2023
Josh-Cena
changed the title
Strike the difference between Javascript and ICU for Unicode properties
Emphasize the difference between Javascript and ICU for Unicode properties
May 7, 2023
MDN URL
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Unicode_character_class_escape#parameters
What specific section or headline is this issue about?
Parameters
What information was incorrect, unhelpful, or incomplete?
Although the current description:
does exclude
Script
values from being used asloneProperty
, but using such values alone is valid in ICU and therefore in most common softwares based on it. For developers familiar with ICU but not with the JS Unicode mode, this discrepancy makes it harder to debug.What did you expect to see?
A few words warning about the discrepancy.
Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
The references for regular expressions on MDN are of great quality and value. They save me a lot of time during the learning of regular expressions 👍
The text was updated successfully, but these errors were encountered: