Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 7, 2017 12:26
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/2da3dbfac2612dc13d34aceaa4e20b9d to your computer and use it in GitHub Desktop.
Save Whateverable/2da3dbfac2612dc13d34aceaa4e20b9d to your computer and use it in GitHub Desktop.
evalable6
say ' - test' ~~ /\s*-\s*.*/
(exit code 1)
===SORRY!===
Unrecognized regex metacharacter - (must be quoted to match literally)
at /tmp/qa9jTfPPlw:1
------> say ' - test' ~~ /\s*⏏-\s*.*/
Unable to parse regex; couldn't find final '/'
at /tmp/qa9jTfPPlw:1
------> say ' - test' ~~ /\s*-⏏\s*.*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment