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
Copy file name to clipboardExpand all lines: property-escapes.md
+85-2Lines changed: 85 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -406,6 +406,59 @@ Note that the `General_Category=` prefix may be used, e.g. `\p{General_Category=
406
406
407
407
Category aliases may be used, e.g. `\p{Lc}` or `\p{General_Category=Lc}`, although IMHO it’s more readable to stick to the canonical category names listed above.
Note that property value aliases may be used as well, e.g. `\p{Line_Break=AL}`, although IMHO it’s more readable to stick to the canonical property values listed above.
461
+
409
462
### `Script` & `Script_Extensions`
410
463
411
464
The sets of possible values for `Script` and `Script_Extensions` are identical:
Note that script name aliases may be used as well, e.g. `\p{Script_Extensions=Aghb}`, although IMHO it’s more readable to stick to the canonical script names listed above.
Note that property value aliases may be used as well, e.g. `\p{Word_Break=DQ}`, although IMHO it’s more readable to stick to the canonical property values listed above.
640
+
556
641
## Binary properties
557
642
558
643
All binary properties in the Unicode standard are supported:
@@ -643,7 +728,6 @@ The abovementioned list of properties and values goes a long way towards fulfill
643
728
*`Hangul_Syllable_Type`
644
729
*`Joining_Group`
645
730
*`Joining_Type`
646
-
*`Line_Break`
647
731
*`Lowercase_Mapping`
648
732
*`Name` & `Name_Alias`
649
733
*`NFC_Quick_Check`
@@ -660,4 +744,3 @@ The abovementioned list of properties and values goes a long way towards fulfill
0 commit comments