Skip to content

Commit 7be287c

Browse files
authored
Update description
1 parent c15eec7 commit 7be287c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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)