Sorry I don't have any code to post to be discussed, it's one simple question
How to rtrim
a string beginning from a set of characters?
String: abcdefghijk
What to remove: fghijk
Anything at the end of the string that starts (the part to be removed) with fg
So, if we have dpgjsufgpeiz, remove fgpeiz
Thanks!