-3

I create a zap (Wordpress to Chatfuel). I want delete part of Wordpress post after a word. I need a java code to insert to Zapier Run Javascript. Thanks.

Mehrdadam
  • 11
  • 3

1 Answers1

0

As good of an answer as is the question.

var output = input.split('WORD')[0]+'WORD';

console.log(output);
thepio
  • 6,193
  • 5
  • 35
  • 54