I have a string and I want to find a particular character, and then read the rest of the string from the character after that until the end of the string (e.g. if I have the string 'Order No:4745654', I only want the '4745654') Can anybody tell me how to do this?