-
Notifications
You must be signed in to change notification settings - Fork 13.3k
regex! docs should have an example of using # for raw string literals #17023
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Anyone on this one ? If not I'm on it ;) |
It's a bit tougher than expected ... |
In the first section, it has this paragraph:
Is this not enough? What do you suggest? |
Raw strings with quotes have to be bounded with On Monday, September 8, 2014, Steve Klabnik notifications@github.com
|
internal: Some cleanup and perf
internal: Some cleanup and perf
Raw strings aren't the heaviest advertised feature of Rust, and users of raw strings in some other languages might be surprised at how
"
characters need to be handled.The text was updated successfully, but these errors were encountered: