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

difflib.diff_bytes(dfunc, a, b, fromfile=b'', tofile=b'', fromfiledate=b'', tofiledate=b'', n=3, lineterm=b'\n') Compare a

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

stringprep.in_table_c9(code) Determine whether code is in tableC.9 (Tagging characters).

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

stringprep.in_table_c22(code) Determine whether code is in tableC.2.2 (Non-ASCII control characters).

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

re.purge() Clear the regular expression cache.

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

regex.split(string, maxsplit=0) Identical to the split() function, using the compiled pattern.

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

readline.get_current_history_length() Return the number of items currently in the history. (This is different from ge

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

readline.clear_history() Clear the current history. This calls clear_history() in the underlying library. The Python

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

unicodedata.combining(chr) Returns the canonical combining class assigned to the character chr as integer. Returns

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

string.punctuation String of ASCII characters which are considered punctuation characters in the C locale.

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

difflib.ndiff(a, b, linejunk=None, charjunk=IS_CHARACTER_JUNK) Compare a and b (lists of strings); return

2025-01-10 15:47:30