I need to split a string containing a name and birth date (e.g. "John070923") into one string containing the name, and on the birth date. I am aware of the 'split' function; however, I do not know how to count from the right, as the numbers always are six, while the length of the name...