Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

Duncan Beevers http://duncan.beevers.net

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

Return the extension from a file name

// Return the extension from a file name

   1  
   2  /(.*\.)(.*$)/.match(File.basename(file_name))[2]
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS