xccui commented on a change in pull request #6450: [FLINK-9991] [table] Add regexp_replace supported in TableAPI and SQL URL: https://github.com/apache/flink/pull/6450#discussion_r216954625
########## File path: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/expressions/stringExpressions.scala ########## @@ -358,6 +358,30 @@ case class Rpad(text: Expression, len: Expression, pad: Expression) } } +/** + * Returns a string resulting from replacing all substrings Review comment: Returns a string with all substrings that match the regular expression being replaced. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
