If I have string var with many entries that have the following: "numtimes15:blue", "numtimes2343:red", etc., and I wish to always remove everything before the colon (including the colon), what is the most efficient way of doing that? I tried first with subinstr() but because there are different characters that come before the colon it was not successful.
-
Login or Register
- Log in with
Comment