Update COMPAT.md

This commit is contained in:
Pekka Enberg 2025-01-17 19:50:43 +02:00
parent 02d410eb79
commit 20837d217b

View file

@ -501,7 +501,9 @@ UUID's in Limbo are `blobs` by default.
| uuid_str(X) | Yes | Convert a valid UUID to string |
| uuid_blob(X) | Yes | Convert a valid UUID to blob |
### REGEXP
### regexp
The `regexp` extension is compatible with [sqlean-regexp](https://github.com/nalgeon/sqlean/blob/main/docs/regexp.md).
| Function | Status | Comment |
|------------------------------------------------|--------|---------|
@ -509,4 +511,4 @@ UUID's in Limbo are `blobs` by default.
| regexp_like(source, pattern) | Yes | |
| regexp_substr(source, pattern) | Yes | |
| regexp_capture(source, pattern[, n]) | No | |
| regexp_replace(source, pattern, replacement) | No | |
| regexp_replace(source, pattern, replacement) | No | |