# Generated by roxygen2: do not edit by hand

S3method(format,regex)
S3method(print,regex)
export("%R%")
export("%c%")
export("%|%")
export(ALNUM)
export(ALPHA)
export(ANY_CHAR)
export(ASCII_ALNUM)
export(ASCII_ALPHA)
export(ASCII_DIGIT)
export(ASCII_LOWER)
export(ASCII_UPPER)
export(BACKSLASH)
export(BLANK)
export(BOUNDARY)
export(CARET)
export(CLOSE_BRACKET)
export(CLOSE_PAREN)
export(CNTRL)
export(DGT)
export(DIGIT)
export(DOLLAR)
export(DOT)
export(END)
export(GRAPH)
export(GRAPHEME)
export(HEX_DIGIT)
export(ICU_REF1)
export(ICU_REF2)
export(ICU_REF3)
export(ICU_REF4)
export(ICU_REF5)
export(ICU_REF6)
export(ICU_REF7)
export(ICU_REF8)
export(ICU_REF9)
export(LOWER)
export(NEWLINE)
export(NOT_BOUNDARY)
export(NOT_DGT)
export(NOT_SPC)
export(NOT_WRD)
export(OPEN_BRACE)
export(OPEN_BRACKET)
export(OPEN_PAREN)
export(PIPE)
export(PLUS)
export(PRINT)
export(PUNCT)
export(QUESTION)
export(REF1)
export(REF2)
export(REF3)
export(REF4)
export(REF5)
export(REF6)
export(REF7)
export(REF8)
export(REF9)
export(SPACE)
export(SPC)
export(STAR)
export(START)
export(UNMATCHABLE)
export(UPPER)
export(WRD)
export(alnum)
export(alpha)
export(any_char)
export(as.regex)
export(as_lower)
export(as_upper)
export(ascii_alnum)
export(ascii_alpha)
export(ascii_digit)
export(ascii_lower)
export(ascii_upper)
export(blank)
export(capture)
export(case_insensitive)
export(char_class)
export(char_range)
export(cntrl)
export(dgt)
export(digit)
export(duplicate_group_names)
export(engroup)
export(escape_special)
export(exactly)
export(free_spacing)
export(graph)
export(grapheme)
export(group)
export(hex_digit)
export(is.regex)
export(lazy)
export(literal)
export(lookahead)
export(lookbehind)
export(lower)
export(modify_mode)
export(multi_line)
export(negate_and_group)
export(negated_char_class)
export(negative_lookahead)
export(negative_lookbehind)
export(newline)
export(no_backslash_escaping)
export(not_dgt)
export(not_spc)
export(not_wrd)
export(one_or_more)
export(optional)
export(or)
export(or1)
export(printable)
export(punct)
export(recursive)
export(regex)
export(repeated)
export(single_line)
export(space)
export(spc)
export(token)
export(upper)
export(whole_word)
export(wrd)
export(zero_or_more)
importFrom(stats,setNames)
