There is also http://www.rust-ci.org/cadencemarseille/rust-pcre which provides a rust binding to pcre. It supports named groups (see https://github.com/cadencemarseille/rust-pcre/blob/master/src/pcredemo/main.rs#L46-L57for an example use).
On Thu, Mar 27, 2014 at 6:52 AM, <[email protected]> wrote: > > Date: Thu, 27 Mar 2014 08:58:03 +0100 > From: Stephane Wirtel <[email protected]> > To: "[email protected]" <[email protected]> > Subject: [rust-dev] Regexp lib > Message-ID: <[email protected]> > Content-Type: text/plain; charset=us-ascii > > Hi all, > > Do you know a lib for the regular expressions? > > Thank you > > Stephane > > > ------------------------------ >
_______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
