I'm referring to the syntax for writing strings in code, including multiline strings and verbatim strings.
(Context: I'm working on a tool that scans code, and it's important to determine when tokens are inside a string.)
Thanks!
|
I'm referring to the syntax for writing strings in code, including multiline strings and verbatim strings. (Context: I'm working on a tool that scans code, and it's important to determine when tokens are inside a string.) Thanks!
| |||
|
feedback
|
|
Here's a quick breakdown between languages
| |||
|
feedback
|
|
basic syntax is same
see following for better insight string class (C++) and string class (C#) | ||||
|
feedback
|