Lines Matching defs:Regex
78 pub struct Regex(Exec); struct
80 impl fmt::Display for Regex { implementation
87 impl fmt::Debug for Regex { implementation
98 impl From<Exec> for Regex { implementation
99 fn from(exec: Exec) -> Regex { in from()
104 impl FromStr for Regex { implementation
108 fn from_str(s: &str) -> Result<Regex, Error> { in from_str()
114 impl Regex { implementation
119 pub fn new(re: &str) -> Result<Regex, Error> { in new()
534 impl Regex { implementation
654 impl Regex { implementation