Thanks for your help Lightning. The code works just fine but is not quite what I was looking for. I am trying to find just the Month and Year from the string so that I can format them from a short date format to a long date format. For example, In the following string I want retrieve the month and year from the string and convert it into a long month and year. Make sense?

examples: Mar 02 Should equal March 2002
Dec 03 Should equal December 2003