YiwenWu commented on code in PR #3712:
URL: https://github.com/apache/calcite/pull/3712#discussion_r1518728534


##########
site/_docs/reference.md:
##########
@@ -2821,8 +2821,10 @@ In the following:
 | b m p s | REPEAT(string, integer)                  | Returns a string 
consisting of *string* repeated of *integer* times; returns an empty string if 
*integer* is less than 1
 | b m | REVERSE(string)                              | Returns *string* with 
the order of the characters reversed
 | b m p s | RIGHT(string, length)                    | Returns the rightmost 
*length* characters from the *string*
-| h s | string1 RLIKE string2                        | Whether *string1* 
matches regex pattern *string2* (similar to `LIKE`, but uses Java regex)
-| h s | string1 NOT RLIKE string2                    | Whether *string1* does 
not match regex pattern *string2* (similar to `NOT LIKE`, but uses Java regex)
+| h s | string1 RLIKE string2                        | Whether *string1* 
matches regex pattern *string2* (similar to `LIKE`, but uses Java regex), 
string literals (including regex patterns) are unescaped

Review Comment:
   done, order adjusted.
   



-- 
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]

Reply via email to