Skip to content

Instantly share code, notes, and snippets.

@FezVrasta
Created August 4, 2014 17:30
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 FezVrasta/f95c6f09a4627a14122c to your computer and use it in GitHub Desktop.
Save FezVrasta/f95c6f09a4627a14122c to your computer and use it in GitHub Desktop.
match words with more than 3 letters
(?:\w{3,}|[\$\@()+.])+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment