v.20.10New Feature

Add Support for Raw Column Format in Regexp

Add support for "Raw" column format for Regexp format. It allows to simply extract subpatterns as a whole without any escaping rules. #15363 (alexey-milovidov).
Added support for the "Raw" column format in the Regexp format in ClickHouse.

Why it matters

This feature allows users to extract subpatterns from regular expressions as raw strings without applying any escaping rules, simplifying the retrieval of exact matched substrings.

How to use it

To use this feature, specify the "Raw" column format when defining a column with the Regexp format. This will enable the extraction of subpatterns in their raw form without additional escaping.