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