Skip to content

Instantly share code, notes, and snippets.

@smathy
Created April 12, 2016 02:10
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 smathy/350f9a083baea628874a6205c40b91f1 to your computer and use it in GitHub Desktop.
Save smathy/350f9a083baea628874a6205c40b91f1 to your computer and use it in GitHub Desktop.
[25] pry(main)> itemStr = "../../lib/images/background/background.jpg"
=> "../../lib/images/background/background.jpg"
[26] pry(main)> itemStr.scan(/\.[0-9a-z]+$/i)
=> [".jpg"]
[27] pry(main)>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment