I’m having trouble using regex to find a filename. I need to check to see if a file exists, but i only know a regex pattern for the filename and not the filename itself. is this something that is possible to do?
This is completely do-able. I am not to skilled in the regular expression area, but maybe if you give me the expression I might be able to mock something up for you.
I would highly recommend that you download
this help file
and review the regular expression sections.
Also I would recommend that you get the
QNA fixlet debugger
invaluable when trying to get just the right answer to come back.