princjef / regex-rust

A regular expression library implemented natively in Rust using Pike VM
MIT License
2 stars 0 forks source link

Added Unicode property support necessary for RE2 compatibility #1

Closed princjef closed 10 years ago

princjef commented 10 years ago

Each property is a function taking in a character and returning a bool stating whether or not the character is a part of that character class, which is consistent with the std::unicode implementation