Hi all, was hoping to get some help with this.
If I am given a string such as:
REG20140509-0001
I want to cut out the year/month/day, so in this case '20140509'.
I know that the characters in front of the date will always be letters, not numbers, but I don't know how many. Three in the above example, but could be more or less.
I do know that the date will always be followed by a dash and four digits.
Thanks for any help!!!!!!