Add a way to escape vars for Tasker pattern matching
Escaping is pretty much a requirement for languages/syntaxes to work well. There's currently no way to escape special characters for Tasker pattern matching.
I also know you can use regexes as a workaround but it's suboptimal if the matching should be indeed simple.