utils.constants#

Module Contents#

Data#

API#

utils.constants.bullet_list#

None

utils.constants.common_english_words#

None

utils.constants.ellipsis_marks#

None

utils.constants.end_marks#

(‘.’, ‘?’, ‘!’, ‘”’, “’”)

utils.constants.policy_substrings#

None

utils.constants.regex_alpha#

‘compile(…)’

utils.constants.regex_alphanum#

‘compile(…)’

utils.constants.regex_digit#

‘compile(…)’

utils.constants.regex_hash#

‘compile(…)’

utils.constants.regex_paren#

‘compile(…)’

utils.constants.regex_url#

‘compile(…)’

utils.constants.white_space_list#

[‘\t’, ‘\n’, ‘\r’, ‘\x08’, ‘ ‘]