v.25.8Performance Improvement

Allow the optimizer

Introduced the optimize_rewrite_regexp_functions setting (enabled by default), which allows the optimizer to rewrite certain replaceRegexpAll, replaceRegexpOne, and extract calls into simpler and more efficient forms when specific regular expression patterns are detected. (issue #81981). #81992 (Amos Bird).