|
|
|
|
|
by edflsafoiewq
502 days ago
|
|
Yes it does, because normal strings aren't just a special case of raw strings when the number of #s is 0. The presence of #s change the string syntax. Otherwise you could as well say Python has one syntax, with optional f and r prefixes. |
|
There is always a clean escape where you can write the literal that you want to write. Unlike in Python where there is no escape (amusingly).