unicodedata.normalize()
  • References/Python/Python/Text Processing

unicodedata.normalize(form, unistr) Return the normal form form for the Unicode string unistr. Valid values

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

placeholder (default: ' [...]') String that will appear at the end of the output text if it has been truncated

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

class string.Formatter The Formatter class has the following public methods:

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

check_unused_args(used_args, args, kwargs) Implement checking for unused arguments if desired. The arguments to this function

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

match.endpos The value of endpos which was passed to the search() or match() method of a

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

real_quick_ratio() Return an upper bound on ratio() very quickly.

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

tabsize (default: 8) If expand_tabs is true, then all tab characters in text will be expanded

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

colno The column corresponding to pos.

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

break_on_hyphens (default: True) If true, wrapping will occur preferably on whitespaces and right after hyphens

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

stringprep.in_table_c5(code) Determine whether code is in tableC.5 (Surrogate codes).

2025-01-10 15:47:30