rust-fancy-regex
Implementation of regexes with a rich set of features
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.
- Versions: 0.7.1 · 0.14.0 · 0.13.0 · 0.11.0 · 0.10.0
- Website: https://github.com/fancy-regex/fancy-regex
- Licenses: Expat
- Package source: gnu/packages/crates-io.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of rust-fancy-regex
as follows:
guix install rust-fancy-regex
Or install a particular version:
guix install rust-fancy-regex@0.10.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of rust-fancy-regex about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/rust-fancy-regex'><img src='https://packages.guix.gnu.org/packages/rust-fancy-regex/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/rust-fancy-regex)
Example Org:
[[https://packages.guix.gnu.org/packages/rust-fancy-regex][https://packages.guix.gnu.org/packages/rust-fancy-regex/badges/latest-version.svg]]