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
I am trying to use your web tool, but it doesn't finish loading due to a JavaScript syntax error.
It says there is an "invalid regular expression flag s" on line 486 of ShaderMan.io
The text was updated successfully, but these errors were encountered:
Hi what is your browser? fireFox? can you try to use it with chrome
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Bad_regexp_flag
I will fix it by using [\s\S] or [^] flag
https://stackoverflow.com/questions/159118/how-do-i-match-any-character-across-multiple-lines-in-a-regular-expression
Sorry, something went wrong.
No branches or pull requests
I am trying to use your web tool, but it doesn't finish loading due to a JavaScript syntax error.
It says there is an "invalid regular expression flag s" on line 486 of ShaderMan.io
The text was updated successfully, but these errors were encountered: