difflib.IS_CHARACTER_JUNK()
  • References/Python/Python/Text Processing

difflib.IS_CHARACTER_JUNK(ch) Return true for ignorable characters. The character ch is ignorable if ch is

2025-01-10 15:47:30
unicodedata.unidata_version
  • References/Python/Python/Text Processing

unicodedata.unidata_version The version of the Unicode database used in this module.

2025-01-10 15:47:30
re.match.start()
  • References/Python/Python/Text Processing

match.start([group]) match.end([group]) Return the indices of the start and end of the substring matched by group;

2025-01-10 15:47:30
stringprep.in_table_c3()
  • References/Python/Python/Text Processing

stringprep.in_table_c3(code) Determine whether code is in tableC.3 (Private use).

2025-01-10 15:47:30
re.error.msg
  • References/Python/Python/Text Processing

msg The unformatted error message.

2025-01-10 15:47:30
string.whitespace
  • References/Python/Python/Text Processing

string.whitespace A string containing all ASCII characters that are considered whitespace. This includes the characters space

2025-01-10 15:47:30
unicodedata.name()
  • References/Python/Python/Text Processing

unicodedata.name(chr[, default]) Returns the name assigned to the character chr as a string. If no name is defined

2025-01-10 15:47:30
textwrap.shorten()
  • References/Python/Python/Text Processing

textwrap.shorten(text, width, **kwargs) Collapse and truncate the given text to fit in the given width.

2025-01-10 15:47:30
stringprep.in_table_c12()
  • References/Python/Python/Text Processing

stringprep.in_table_c12(code) Determine whether code is in tableC.1.2 (Non-ASCII space characters).

2025-01-10 15:47:30
rlcompleter.Completer.complete()
  • References/Python/Python/Text Processing

Completer.complete(text, state) Return the stateth completion for text. If

2025-01-10 15:47:30