aboutsummaryrefslogtreecommitdiff
path: root/regex_syntax/sidebar-items.js
blob: 7f237663c2302826983da9403097f29f8c98aa80 (plain)
1
initSidebarItems({"enum":[["ErrorKind","The specific type of parse error that can occur."],["Expr","A regular expression abstract syntax tree."],["Repeater","The type of a repeat operator expression."]],"fn":[["quote","Escapes all regular expression meta characters in `text`."]],"struct":[["CharClass","A character class."],["ClassRange","A single inclusive range in a character class."],["Error","A parse error."]],"type":[["Result","An alias for computations that can return a `Error`."]]});