Join Slack
Powered by
is there another syntax for raw string? the `"""` ...
# getting-started
p
poohbar
11/30/2017, 3:50 PM
is there another syntax for raw string? the
"""
is a bit unfortunate for example here:
Copy code
str.replace(""""""", """\""""")
😞
Open in Slack
Previous
Next