Structs§
- Regex
Conversion - Conversion mapping between modern regex and POSIX character classes
Statics§
- POSIX_
ONLY_ CONVERSIONS - Additional POSIX classes that don’t have direct modern equivalents
- REGEX_
CONVERSIONS - Complete list of regex conversions
Functions§
- ensure_
anchors - Add anchors to a regex pattern if not present
- modern_
to_ posix - Convert modern regex syntax (from grex) to POSIX format (for logcheck)
- posix_
to_ modern - Convert POSIX format (from logcheck) to modern regex syntax
- posix_
to_ rust - Convert POSIX format to Rust regex syntax (for internal processing)
- remove_
anchors - Remove anchors from a regex pattern