Omega359 opened a new issue, #13004: URL: https://github.com/apache/datafusion/issues/13004
### Describe the bug The current regexp_match documentation says that: ``` Returns a list of [regular expression](https://docs.rs/regex/latest/regex/#syntax) matches in a string. ``` In fact, it only returns the first match, not a list. The proposed [regexp_matches](https://github.com/apache/datafusion/issues/11946) function would return the list. ### To Reproduce _No response_ ### Expected behavior _No response_ ### Additional context _No response_ -- 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]
