Lines Matching defs:Regex
136 pub struct Regex(Exec); struct
138 impl fmt::Display for Regex { implementation
145 impl fmt::Debug for Regex { implementation
153 impl From<Exec> for Regex { implementation
154 fn from(exec: Exec) -> Regex { in from()
159 impl FromStr for Regex { implementation
163 fn from_str(s: &str) -> Result<Regex, Error> { in from_str()
169 impl Regex { impl
174 pub fn new(re: &str) -> Result<Regex, Error> { in new()
592 impl Regex { impl
712 impl Regex { impl