You are here:  » RegExp Filter Error


RegExp Filter Error

Submitted by IG on Tue, 2015-12-15 11:57 in

Hi David

I am using a Drop Record RegExp filter, with the expression ^$ to drop all records with empty image fields.

When I apply this filter and re-import the feed, the following error message appears on the screen and no records are dropped:

Warning: preg_match(): No ending delimiter '^' found in includes/filter.php on line 188

Do I need to make any changes in filter.php?

Kind regards,
Ivo

Submitted by support on Tue, 2015-12-15 12:59

Hello Ivo,

Have a go with:

/^$/

Cheers,
David.
--
PriceTapestry.com

Submitted by IG on Tue, 2015-12-15 13:08

Bingo! Thanks a lot David.