re.match.string
  • References/Python/Python/Text Processing

match.string The string passed to match() or search().

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

parse(format_string) Loop over the format_string and return an iterable of tuples (literal_text, field_name

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

unicodedata.decimal(chr[, default]) Returns the decimal value assigned to the character chr as integer. If no such

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

unicodedata.name(chr[, default]) Returns the name assigned to the character chr as a string. If no name is defined

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
string.Formatter.format()
  • References/Python/Python/Text Processing

format(format_string, *args, **kwargs) The primary API method. It takes a format string and an arbitrary set of positional and

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

class difflib.HtmlDiff This class can be used to create an HTML table (or a complete HTML file containing the table) showing

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

readline.get_completion_type() Get the type of completion being attempted. This returns the rl_completion_type

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