Skip to content

Commit

Permalink
update generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Oct 18, 2024
1 parent 5817fd7 commit 2877e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/user-guide/sql/scalar_functions_new.md
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 2877e7d

Please sign in to comment.