unicodedata.unidata_version
  • References/Python/Python/Text Processing

unicodedata.unidata_version The version of the Unicode database used in this module.

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

stringprep.in_table_c12(code) Determine whether code is in tableC.1.2 (Non-ASCII space characters).

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

re.finditer(pattern, string, flags=0) Return an iterator yielding match objects

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

stringprep.in_table_c3(code) Determine whether code is in tableC.3 (Private use).

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

msg The unformatted error message.

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

replace_whitespace (default: True) If true, after tab expansion but before wrapping, the wrap() method

2025-01-10 15:47:30
rlcompleter.Completer.complete()
  • References/Python/Python/Text Processing

Completer.complete(text, state) Return the stateth completion for text. If

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

textwrap.shorten(text, width, **kwargs) Collapse and truncate the given text to fit in the given width.

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

re.escape(string) Escape all the characters in pattern except ASCII letters, numbers and '_'. This is useful if

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

match.start([group]) match.end([group]) Return the indices of the start and end of the substring matched by group;

2025-01-10 15:47:30