Skip to content

Instantly share code, notes, and snippets.

@joeegan
Created September 11, 2012 09:03
Show Gist options
  • Select an option

  • Save joeegan/3697073 to your computer and use it in GitHub Desktop.

Select an option

Save joeegan/3697073 to your computer and use it in GitHub Desktop.
optional regex - match any image extension
str.match(/(?:jpg|png|gif)/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment