Home
last modified time | relevance | path

Searched refs:is_capture_char (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dparse.rs102 fn is_capture_char(c: char, first: bool) -> bool { in is_capture_char() functions
1266 if !is_capture_char(self.char(), self.pos() == start) { in parse_capture_name()

Completed in 6 milliseconds