zhiqiang-hhhh commented on code in PR #30557:
URL: https://github.com/apache/doris/pull/30557#discussion_r1470703309
##########
be/src/vec/functions/like.cpp:
##########
@@ -39,26 +39,25 @@
namespace doris::vectorized {
// A regex to match any regex pattern is equivalent to a substring search.
-static const RE2 SUBSTRING_RE(
-
"(?:\\.\\*)*([^\\.\\^\\{\\[\\(\\|\\)\\]\\}\\+\\*\\?\\$\\\\]*)(?:\\.\\*)*");
+static const RE2
SUBSTRING_RE(R"((?:\.\*)*([^\.\^\{\[\(\|\)\]\}\+\*\?\$\\]*)(?:\.\*)*)");
Review Comment:
ok, content is not changed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]