fancy-regex 0.10.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 8 feature flags, 3 of them enabled by default.

default

  • unicode
  • perf

unicode

  • regex/unicode

perf

  • regex/perf

perf-cache

  • regex/perf-cache

perf-dfa

  • regex/perf-dfa

perf-literal

  • regex/perf-literal

perf-inline

  • regex/perf-inline

track_caller

    This feature flag does not enable additional features.