An implementation of regexes, supporting a relatively rich set of features, including backreferences and look-around. Aims to be compatible with Oniguruma syntax when the relevant flag is set.
# Cargo.toml
[dependencies]
fancy-regex = "0.18.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Match a case-insensitive pattern using fancy-regex.
Use the regex crate for simple patterns without backreferences or look-around.
No dependency data recorded yet.