Parsing quoted string #374
Unanswered
Jon-Hilbert
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to design a parser to handle some legacy yaml. Problems:
e.g. 'You''re at fork in path.'
I am unable, based on the documentation, to figure out how to manage the double single-quote marks. I'm sure there's a clear way to do this, but I'm struggling. I would like the parser to return the unquoted string, e.g.
You're at fork in path.
Beta Was this translation helpful? Give feedback.
All reactions