Skip to content

Instantly share code, notes, and snippets.

@amitpdev
Created January 8, 2014 14:02
Show Gist options
  • Save amitpdev/8317162 to your computer and use it in GitHub Desktop.
Save amitpdev/8317162 to your computer and use it in GitHub Desktop.
Regex tester for command line
perl -e '"My wonderfull string 123123" =~ m/\d+/; print "$& \n"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment