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

stringprep.map_table_b3(code) Return the mapped value for code according to tableB.3 (Mapping for case-folding used

2025-01-10 15:47:30
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
difflib.IS_LINE_JUNK()
  • References/Python/Python/Text Processing

difflib.IS_LINE_JUNK(line) Return true for ignorable lines. The line line is ignorable if line is blank or

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

re.fullmatch(pattern, string, flags=0) If the whole string matches the regular expression pattern, return

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

unicodedata.east_asian_width(chr) Returns the east asian width assigned to the character chr as string.

2025-01-10 15:47:30