How do I match a specific ASCII code point? #919
Answered
by
tomtau
dertuxmalwieder
asked this question in
Q&A
-
I know that character ranges are a solved problem, but the parser does not accept single characters: "expected '..'". How can I make a rule that only matches the LF character? I tried this:
Sadly, according to your own testbed on pest.rs, this isn't a valid rule. What would be? |
Beta Was this translation helpful? Give feedback.
Answered by
tomtau
Aug 25, 2023
Replies: 1 comment 1 reply
-
or
? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dertuxmalwieder
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
or
?