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
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
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
readline.get_endidx()
  • References/Python/Python/Text Processing

readline.get_endidx() Get the beginning or ending index of the completion scope. These indexes are the start and end

2025-01-10 15:47:30
textwrap.TextWrapper.replace_whitespace
  • References/Python/Python/Text Processing

replace_whitespace (default: True) If true, after tab expansion but before wrapping, the wrap() method

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
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
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
re.match.string
  • References/Python/Python/Text Processing

match.string The string passed to match() or search().

2025-01-10 15:47:30
string.Formatter.parse()
  • References/Python/Python/Text Processing

parse(format_string) Loop over the format_string and return an iterable of tuples (literal_text, field_name

2025-01-10 15:47:30