Skip to content

Commit

Permalink
Update COMPAT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
penberg committed Jan 17, 2025
1 parent 02d410e commit 20837d2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions COMPAT.md
Original file line number Diff line number Diff line change
Expand Up @@ -501,12 +501,14 @@ 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 |
|------------------------------------------------|--------|---------|
| regexp(pattern, source) | Yes | |
| 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 | |

0 comments on commit 20837d2

Please sign in to comment.