regexp 0.3.2

Regular Expression
Documentation
1
2
3
4
5
#[macro_use]
extern crate lazy_static;
extern crate regex;

pub mod is_match;