Skip to content

Commit 774f695

Browse files
marcelkostStefanSteiner
authored andcommitted
Update description
1 parent e4ae303 commit 774f695

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

website/docs/releases.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ
2828

2929
* Added support for two new SQL functions:
3030
* `split` splits a string into an array based on a delimiter.
31-
* `regexp_split_to_array` returns all captured substrings as an array after splitting the input text
32-
string using a regular expression pattern as a delimiter.
31+
* `regexp_split_to_array` splits a string into an array by using a POSIX regular expression as the delimiter and returns the text from the end of the last match (or the beginning of the string) to the beginning of the match. When there are no more matches, it returns the text from the end of the last match to the end of the string.
3332

3433
### 0.0.23576 [October 16 2025]
3534
* The default_database_version is upgraded to version 2

0 commit comments

Comments
 (0)