We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Formatting this
func test(): var g = r"\,? ?(i?\(.*?\))"
will through a massive Exception (should I post the full log?)
AttributeError: 'PatternStr' object has no attribute 'raw'
it seems that it doesn't recognize r-string that was added in 74995
The text was updated successfully, but these errors were encountered:
Correct, I've found out about Godot's support for raw strings yesterday - from release notes. It's not supported yet.
Sorry, something went wrong.
9a4ab51
No branches or pull requests
Formatting this
will through a massive Exception (should I post the full log?)
it seems that it doesn't recognize r-string that was added in 74995
The text was updated successfully, but these errors were encountered: