I'm trying to find a string in a string and return everything after the colon as a string.
basestring: "my base string: this is a test"
string to find: "my base string:"
I've BEEN TRING INSTR but I only get a number that I thing is the starting position.
Any help will be appreciated.
Bookmarks