blob: 3843b4f683dcb07c745c7e55c7a127f4facb98cd [file] [log] [blame]
window.SIDEBAR_ITEMS = {"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_escapeable_character","Returns true if the given character can be escaped in a regex."],["is_meta_character","Returns true if the given 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."],["parse","A convenience routine for parsing a regex using default options."],["try_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 (HIR) representation for regular expressions."],["utf8","Converts ranges of Unicode scalar values to equivalent ranges of UTF-8 bytes."]],"struct":[["Parser","A convenience parser for regular expressions."],["ParserBuilder","A builder for a regular expression parser."],["UnicodeWordError","An error that occurs when the Unicode-aware `\\w` class is unavailable."]]};