Module regex::re_set::unicode [−][src]
Re-exports
use std::fmt; |
use std::iter; |
use std::slice; |
use std::vec; |
use error::Error; |
use exec::Exec; |
use re_builder::set_unicode::RegexSetBuilder; |
use re_trait::RegularExpression; |
Structs
RegexSet |
Match multiple (possibly overlapping) regular expressions in a single scan. |
SetMatches |
A set of matches returned by a regex set. |
SetMatchesIntoIter |
An owned iterator over the set of matches from a regex set. |
SetMatchesIter |
A borrowed iterator over the set of matches from a regex set. |
Functions
as_bytes_bytes | |
as_bytes_str |