G
Guest
greetings
i have a text manipulation question. I have strings with letter, numbers,
commas and spaces. Commas are always followed by a space. I need a function
to 'extract' the part of the string to the right of the last comma, if there
is one! so:
asg, iiet66 n gives iiet66 n (no leading space)
asg, dd, 3 4 gives 3 4 (no leading space)
asg gives asg
any suggestions welcome!
i have a text manipulation question. I have strings with letter, numbers,
commas and spaces. Commas are always followed by a space. I need a function
to 'extract' the part of the string to the right of the last comma, if there
is one! so:
asg, iiet66 n gives iiet66 n (no leading space)
asg, dd, 3 4 gives 3 4 (no leading space)
asg gives asg
any suggestions welcome!