Tintware Documentation : Tint Programming Language : Tint Reference : Regular Expressions : tint.escape-regexSyntax#(tint.escape-regex,%value) %value is the value to be escaped so that it will be treated as a literal in a regular expression. Example#(tint.escape-regex,a.*b) a\.\*b |