Skip to content

An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

rust-lang/regex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

regex

A Rust library for parsing, compiling, and executing regular expressions.

Build Status

Documentation

Usage

Add this to your Cargo.toml:

[dependencies] regex = "0.1.8"

and this to your crate root:

extern crate regex;

About

An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages