I have what I think is a simple RegEx problem, unfortunately for me there is nothing simple with RegEx.
I have a file path and name, I want to extract the file name less the first word (a code number of varying length) and the extension.
eg:
from "c:\My Documents\Records\2096 My FileName.pdf" I want to extract "My FileName"
Any RegEx guru's out there that can help?
Thanks
Perrin
I have a file path and name, I want to extract the file name less the first word (a code number of varying length) and the extension.
eg:
from "c:\My Documents\Records\2096 My FileName.pdf" I want to extract "My FileName"
Any RegEx guru's out there that can help?
Thanks
Perrin