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
When I attempt to use the example in the documentation for the 'pick match' command (https://hyperscript.org/commands/pick/#pick-match), I get a syntax error
This is the example code:
set str to "The quick brown fox jumps over the lazy dog." pick match of "the (\w+)" | i from str
And the error
This part of the source (line 5944) seems to be where there might be an issue:
if (tokens.matchOpToken("|")) { flags = tokens.requireToken("identifier").value; }
I also noticed there was no test of the RegEx flag in /test/command/pick.js
/test/command/pick.js
The text was updated successfully, but these errors were encountered:
fix #549
3d382e8
added test for modifiers in pick regex example
added a test for it, appears to be working in the dev branch at least
dev
Sorry, something went wrong.
No branches or pull requests
When I attempt to use the example in the documentation for the 'pick match' command (https://hyperscript.org/commands/pick/#pick-match), I get a syntax error
This is the example code:
And the error
This part of the source (line 5944) seems to be where there might be an issue:
I also noticed there was no test of the RegEx flag in
/test/command/pick.js
The text was updated successfully, but these errors were encountered: