The pattern matching shorthand using a forward slash / is a shortcut to using the $regex query operation in Mongo. In Redash, however, you have to supply this explicitly because all queries must evaluate as valid JSON (values wrapped in quotation marks). The expression /XYZ$/ isn’t a valid JSON key (thought it is valid Javascript).
Login or sign up disabled while the site is in read only mode