var url = 'http://www.vorbis.com/music/Epoq-Lepidoptera.ogg'; var ext = url.substring(url.lastIndexOf('.')+1); alert(ext);