v.19.3Improvements

Added Highlighting of Unescaped Metacharacters in String Literals That Contain LIKE Expressions or Regexps

Added highlighting of unescaped metacharacters in string literals that contain LIKE expressions or regexps. #4327 (alexey-milovidov)
Added highlighting of unescaped metacharacters in string literals used in LIKE expressions or regular expressions.

Why it matters

This feature helps users easily identify unescaped metacharacters within string literals containing LIKE expressions or regexps, reducing errors and improving query correctness when working with pattern matching.

How to use it

The highlighting is applied automatically in the query editor or client interface when writing string literals with LIKE or regular expression patterns. No additional configuration is required.