Hi Everyone,

I currently have a string file name that is similar to the following:

StringName 20 May 02.pdf

How can I retrieve the month and year from the following string? StringName will vary in length depending upon what the user named the file, however, the latter part day, month, year .pdf will remain the same length all of the time. Thanks for any help.