Yes, as your topic title says " How to filter for double quote (“)"
The ascii code for an apostrophe is 39.
So a simple modification of the filter would do the trick:
"$ifgreater($strstr(%title%,$char(39)$char(39)),0,yes,no)" IS yes
Yes, as your topic title says " How to filter for double quote (“)"
The ascii code for an apostrophe is 39.
So a simple modification of the filter would do the trick:
"$ifgreater($strstr(%title%,$char(39)$char(39)),0,yes,no)" IS yes