Hey gang!
Simple question here... I'm trying to remove the beginning of a string of text that contains the users name and information.
Username: This is the info i need
What I'd like to do is remove the username, colon and the space before the information.
Would this be a Regex solution, or some kind of Trim option?
Anyone got any pointers?
Simple question here... I'm trying to remove the beginning of a string of text that contains the users name and information.
Username: This is the info i need
What I'd like to do is remove the username, colon and the space before the information.
Would this be a Regex solution, or some kind of Trim option?
Anyone got any pointers?