hi,
I want to remove all the words in a string after certain point i.e. I'm looking for word "-----Original" and then I want to remove everything that fallows. How can I do this? Should I use list or maybe there are string functions that I can use?
I want to remove all the words in a string after certain point i.e. I'm looking for word "-----Original" and then I want to remove everything that fallows. How can I do this? Should I use list or maybe there are string functions that I can use?
Comment