How to use Extract Pattern with replace() ??

Status: Closed · Asked by 呂 on · 0 views

RedBazil — Question ·

Hi
I am using Extract Pattern now. Can I use like this?

replace(/\[.*?\]/g, "");

I need to replace something but I don't know how to use with replace() function which is mentioned in https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions
I can get some text by
\[.*?\]

But I don't need those text and I want to delete them.
How should I do??

Many Thanks!!

Pabblymember11 — Reply ·

Hey @RedBazil

You can use the "Text Formatter by Pabbly: Replace Text" action step to replace the string with your desired values.

Back to all forum threads · Log in to reply