is there another syntax for raw string? the `"""` ...
# getting-started
p
is there another syntax for raw string? the
"""
is a bit unfortunate for example here:
Copy code
str.replace(""""""", """\""""")
😞