Hello,
I'd like to trim string records beginning from certain words. For instance I have companies' names such as XYZ Limited, XYZ LTD, XYZ AG, XYZ GmbH, XYZ
Gesellschaft mit beschränkter Haftung.
Is there a way to trim these records beginning from predefined words, for instance "LTD", "Gesellschaft". I was thinking of RegEx toll but I can't figure out a way how to apply it to this issue.
Does anyone have an ideas how to overcome this problem?