Remove words from string

Hi all,

How could I remove words from a string i.e. A string contains the words (Puppy, Dog, Evil, Cat)…

Thanks in advance!

Scott

Hi Scott,
You can use the Array Splice function. Check out the documentation here .

Best,
Tal.