You are here:  » Search and replace regexp


Search and replace regexp

Submitted by falmeida on Tue, 2015-06-23 23:35 in

Hi David

i got some problems regexp while using the filter search and replace regexp

i tried all sorts of combinations and always end with all products getting deleted

i want to extrack the merchant deep link from:

{link saved}

so that i will only get:

{link saved}

Submitted by support on Wed, 2015-06-24 07:10

Hi falmeida,

It's probably easiest to use an Explode filter rather than Search and Replace RegExp. Use an Explode Character or String of "wgtarget=" (without the quotes), and a return index of 1, and that should do the trick...

Cheers,
David.
--
PriceTapestry.com

Submitted by falmeida on Wed, 2015-06-24 17:37

perfect !!!

thanks David