I need to split a text when the delimiter is "on" or "to" or even "for", removing the delimiter from the results:
Ex:Creating more value for business =Creating more value / business
Creating more value to people =Creating more value / people
Creating more value on businesses =Creating more value / business
I looked into this solution but it does not allow for an if / or possibility.
Any help is much appreciated <3