Language

Package: rust-fancy-regex @ 0.3.5

Synopsis

Implementation of regexes with a rich set of features

Description

This package is a Rust library for compiling and matching regular expressions. It uses a hybrid regex implementation designed to support a relatively rich set of features. In particular, it uses backtracking to implement features such as look-around and backtracking, which are not supported in purely NFA-based implementations.

Home page
https://github.com/fancy-regex/fancy-regex
Location
gnu/packages/crates-io.scm (line: 8941, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings