Open NicoLaval opened 8 months ago
Apparently not. It should be corrected to allow for example a double double quotation mark like in SAS:
"Valentino says: ""double double quotes"""
Not super readable. Backslash would be better no?
In any case, if the escaping does not exist, it should be added I think.
Yeah, but backslash is for programmers :) As it doesn't exist now, we could discuss it, perhaps considering users backgrond. In SQL you have double single quotes either.
True :) So we can define it during the next meeting.
What about using simple markers like simple quote '
or even backtick `
?
In Python for example, this is a valid string:
"a string with 'quote'"
Issue Description
How to define a string containing
"
?G4 token file defines:
Which means including
"
is not valid?Is there a way to use this symbol, with an escaping character?