Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Zap (Wordpress から Chatfuel へ) を作成します。Wordpress の投稿の一部を単語の後に削除したい。Zapier Run Javascript に挿入する Java コードが必要です。ありがとう。
質問と同じくらい良い答えです。
var output = input.split('WORD')[0]+'WORD'; console.log(output);