I am trying to create a Javascript Regex that captures the filename without the file extension. I have read the other posts here and \'goto this page: http://gunbl
You can try this regex :
([^/]*)\.[^.]*$