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
Creating a new regex with option flags causes a compile error, but is perfectly valid syntax.
CreateObject("roRegex", "[a-z]+", "i")
results in
Expected 0-2 arguments, but got 3.
We should enhance the CreateObject stdlib definition to support the third parameter.
The text was updated successfully, but these errors were encountered:
dcf4966
TwitchBronBron
No branches or pull requests
Creating a new regex with option flags causes a compile error, but is perfectly valid syntax.
results in
We should enhance the CreateObject stdlib definition to support the third parameter.
The text was updated successfully, but these errors were encountered: