How to use Extract Pattern with replace() ??
Status: Closed · Asked by 呂 on · 0 views
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!!
Hey @RedBazil
You can use the "Text Formatter by Pabbly: Replace Text" action step to replace the string with your desired values.
