fancy-regex 0.13.0

An implementation of regexes, supporting a relatively rich set of features, including backreferences and look-around.
Documentation

fancy-regex

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 5 feature flags, 4 of them enabled by default.

default

  • unicode
  • perf
  • std

unicode

  • regex-automata/unicode
  • regex-syntax/unicode

perf

  • regex-automata/perf

std

  • regex-automata/std
  • regex-syntax/std
  • bit-set/std

track_caller

    This feature flag does not enable additional features.