I think that could be something like `str.replace(...
# language-proposals
k
I think that could be something like
str.replace('"'.toString(), '\' + '"')
. Either way, both quotes and backslashes aren't exactly the common scenario since they're reserved for both starting/ending a string, and for escaping characters within a string, so I wouldn't want a language feature designed specifically just to make them easier to look at
1