hey all! Before i begin i want to make it clear I'm not some lazy student looking for easy answers. I'm just a regular guy looking for a bit of help. So having said that let me begin:
I have a text string that i need to trim a certain amount of text at the left hand side.
here's an example of the text:
thisisatest:thisismorerandomtext:text
I need to trim everything on the left up to the first Colon.
this text changes so i can't specify numerically the length i need to be able to automatically select all text up to the first : (colon)
Has anyone got any tips that might help me?
I have a text string that i need to trim a certain amount of text at the left hand side.
here's an example of the text:
thisisatest:thisismorerandomtext:text
I need to trim everything on the left up to the first Colon.
this text changes so i can't specify numerically the length i need to be able to automatically select all text up to the first : (colon)
Has anyone got any tips that might help me?