stringprep.in_table_b1()
  • References/Python/Python/Text Processing

stringprep.in_table_b1(code) Determine whether code is in tableB.1 (Commonly mapped to nothing).

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

pattern The regular expression pattern.

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

unicodedata.category(chr) Returns the general category assigned to the character chr as string.

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

readline.get_begidx() readline.get_endidx() Get the beginning or ending index of the completion scope. These indexes

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

unicodedata.decomposition(chr) Returns the character decomposition mapping assigned to the character chr as string

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

safe_substitute(mapping, **kwds) Like substitute(), except that if placeholders are missing from mapping

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

textwrap.wrap(text, width=70, **kwargs) Wraps the single paragraph in text (a string) so every line is at most width

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