Link to home
Create AccountLog in
Avatar of mattegol
mattegolFlag for Sweden

asked on

Remove all text right to....

Hi all,

I have a long string with text, I need to remove text at the end after a predictable part of the string.

Like this:

bla bla bla bla predictable part hello hello hello

How can i remove the hello hello hello part after predictable part?
ASKER CERTIFIED SOLUTION
Avatar of Dirk Haest
Dirk Haest
Flag of Belgium image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of mattegol

ASKER

TY