re.error
  • References/Python/Python/Text Processing

exception re.error(msg, pattern=None, pos=None) Exception raised when a string passed to one of the functions here is not a

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

expand_tabs (default: True) If true, then all tab characters in text will be expanded to spaces using

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

make_table(fromlines, tolines, fromdesc='', todesc='', context=False, numlines=5) Compares fromlines and tolines

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

template This is the object passed to the constructor’s template argument. In general, you shouldn’t change it, but

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

stringprep.in_table_c11(code) Determine whether code is in tableC.1.1 (ASCII space characters).

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

match.re The regular expression object whose match() or search() method produced this match instance

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

pattern The regular expression pattern.

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

fill(text) Wraps the single paragraph in text, and returns a single string containing the wrapped paragraph.

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

re.split(pattern, string, maxsplit=0, flags=0) Split string by the occurrences of pattern. If capturing parentheses

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

class textwrap.TextWrapper(**kwargs) The TextWrapper constructor accepts a number of optional keyword arguments

2025-01-10 15:47:30