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

pos The index of pattern where compilation failed.

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
difflib.SequenceMatcher.find_longest_match()
  • References/Python/Python/Text Processing

find_longest_match(alo, ahi, blo, bhi) Find longest matching block in a[alo:ahi] and b[blo:bhi].

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

lineno The line corresponding to pos.

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