I am looking for a regular expression to extract filename (excluding the extension) from a string with the path information of the file.
for e.g.
from:
the/whole/filepath/with/filename.extension
I want to extract "filename"
I would really appreciate any help
Shalin