Mailchimp merge-tag to check if the string is equal to two quotes ""

38 Views Asked by At

I currently need to check, if the merge-tag is exactly equal "empty-string" quotes sampleTag="", meaning it is "\"\"".

It works for common strings like: sampleTag=a But it always converts quotes to ""

Also i've tried: ="", =\"\". Neither worked

0

There are 0 best solutions below