Omega359 commented on code in PR #12080:
URL: https://github.com/apache/datafusion/pull/12080#discussion_r1779807201


##########
docs/source/user-guide/sql/scalar_functions.md:
##########
@@ -1302,13 +1302,38 @@ Apache DataFusion uses a [PCRE-like] regular expression 
[syntax]
 (minus support for several features including look-around and backreferences).
 The following regular expression functions are supported:
 
+- [regexp_count](#regex_count)
 - [regexp_like](#regexp_like)
 - [regexp_match](#regexp_match)
 - [regexp_replace](#regexp_replace)
 
 [pcre-like]: 
https://en.wikibooks.org/wiki/Regular_Expressions/Perl-Compatible_Regular_Expressions
 [syntax]: https://docs.rs/regex/latest/regex/#syntax
 
+### `regexp_count`
+
+Returns the number of matchs that a [regular expression] has in a string.

Review Comment:
   matches*



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

Reply via email to