Skip to content

Instantly share code, notes, and snippets.

@alunny
Created July 18, 2013 04:55
Show Gist options
  • Save alunny/6026800 to your computer and use it in GitHub Desktop.
Save alunny/6026800 to your computer and use it in GitHub Desktop.
regex to match Rambo movie titles
/^(Rambo(?!F| P)(: (?=F))?)?(First Blood(?=$| P))?(( Part II)|( III))?$/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment