Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created February 1, 2021 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/1e398b56d9718f9224b8b8f4a35196e6 to your computer and use it in GitHub Desktop.
Save Whateverable/1e398b56d9718f9224b8b8f4a35196e6 to your computer and use it in GitHub Desktop.
evalable6
"MSTR".match(/^[A-Z]+$/)
(exit code 1)
===SORRY!===
Unrecognized regex metacharacter - (must be quoted to match literally)
at /tmp/ujJn0TfbfB:1
------> "MSTR".match(/^[A⏏-Z]+$/)
Unable to parse expression in metachar:sym<[ ]>; couldn't find final ']' (corresponding starter was at line 1)
at /tmp/ujJn0TfbfB:1
------> "MSTR".match(/^[A-⏏Z]+$/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment