From 2877e7dd89aef7b5c5173fa73a81db499dac09a9 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Fri, 18 Oct 2024 15:48:40 -0400 Subject: [PATCH] update generated docs --- docs/source/user-guide/sql/scalar_functions_new.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/user-guide/sql/scalar_functions_new.md b/docs/source/user-guide/sql/scalar_functions_new.md index ffc2b680b5c5..ceaad85ef00b 100644 --- a/docs/source/user-guide/sql/scalar_functions_new.md +++ b/docs/source/user-guide/sql/scalar_functions_new.md @@ -1720,7 +1720,7 @@ Additional examples can be found [here](https://github.com/apache/datafusion/blo ### `regexp_match` -Returns a list of [regular expression](https://docs.rs/regex/latest/regex/#syntax) matches in a string. +Returns the first [regular expression](https://docs.rs/regex/latest/regex/#syntax) matche in a string. ``` regexp_match(str, regexp[, flags])