How do I match a specific unicode range? #657
matthew-dean
started this conversation in
General
Replies: 1 comment
-
Oop, found it buried in the documentation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
CSS defines a "non ASCII code point" as "A code point with a value equal to or greater than U+0080" (https://www.w3.org/TR/css-syntax-3/#non-ascii-code-point). How would I define that in a Pest grammar?
Beta Was this translation helpful? Give feedback.
All reactions