Allow Alphabetic
, Lowercase
, Uppercase
and XDigit
in Java
#67
Labels
bug
Something isn't working
C-language
Issues regarding Pomsky's syntax
good first issue
Good for newcomers
Describe the bug
Here's the list of boolean Unicode properties that Pomsky supports. Java only supports some of them: documentation. Still, the supported properties should be allowed in Pomsky:
Java uses the
Is
prefix for boolean properties, e.g.[Alphabetic]
should compile to\p{IsAlphabetic}
.Expected behavior
The expression
[Alphabetic] [Lowercase] [Uppercase] [Hex_Digit]
should successfully compile in Java.The text was updated successfully, but these errors were encountered: