Skip to content

How do I match a specific ASCII code point? #919

Answered by tomtau
dertuxmalwieder asked this question in Q&A
Discussion options

You must be logged in to vote
linefeed = { "\n" }

or

linefeed = { '\u{0A}'..'\u{0A}' }

?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dertuxmalwieder
Comment options

Answer selected by dertuxmalwieder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants