You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
This is a good question. I would tend to disable indentation as well - so that raw is really raw, and there's no interpretation nor transformation whatsoever. But we could also imagine auto de-indenting them. I guess it depends on the use-case we see for raw strings.
You're right that in practice, multiline strings with long delimiters might be enough for most purposes.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
See #1864.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Add
r%"..."%
syntax for raw strings, where no escape sequences are recognized.Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
N/A.
Additional context
Add any other context or screenshots about the feature request here.
N/A.
The text was updated successfully, but these errors were encountered: