1 line
937 B
JavaScript
1 line
937 B
JavaScript
initSidebarItems({"enum":[["Error","This error type encompasses any error that can be returned by this crate."]],"fn":[["escape","Escapes all regular expression meta characters in `text`."],["escape_into","Escapes all meta characters in `text` and writes the result into `buf`."],["is_meta_character","Returns true if the give character has significance in a regex."],["is_word_byte","Returns true if and only if the given character is an ASCII word character."],["is_word_character","Returns true if and only if the given character is a Unicode word character."]],"mod":[["ast","Defines an abstract syntax for regular expressions."],["hir","Defines a high-level intermediate representation for regular expressions."]],"struct":[["Parser","A convenience parser for regular expressions."],["ParserBuilder","A builder for a regular expression parser."]],"type":[["Result","A type alias for dealing with errors returned by this crate."]]}); |