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
I thought about adding inUnicodeBlock() as well; this would allow a matcher to tell whether the next code point (notchar) is in this or that Unicode block.
Grappa has
unicodeChar()
andunicodeRange()
.I thought about adding
inUnicodeBlock()
as well; this would allow a matcher to tell whether the next code point (notchar
) is in this or that Unicode block.The syntax would be:
See
Character.UnicodeBlock
. Note however that it will, by nature, depend on the JDK version; more recent JDK versions know more Unicode blocks.Comments?
The text was updated successfully, but these errors were encountered: