ParadeDB supports all regex constructs of the Rust regex crate, with the following exceptions:
Lazy quantifiers such as +?
Word boundaries such as \b
Otherwise, the full syntax of the regex crate is supported, including all Unicode support and relevant flags.A list of regex flags and grouping options can be found here, which includes: