❔ multi-line strings
hi, if I have a string like
when my code is formatted, tabs get inserted into my string so it ends up like:
What is the best way around this? replacing new lines with
when my code is formatted, tabs get inserted into my string so it ends up like:
What is the best way around this? replacing new lines with
\n?