difflib.IS_CHARACTER_JUNK()
  • References/Python/Python/Text Processing

difflib.IS_CHARACTER_JUNK(ch) Return true for ignorable characters. The character ch is ignorable if ch is

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

string.whitespace A string containing all ASCII characters that are considered whitespace. This includes the characters space

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
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
string.Template
  • References/Python/Python/Text Processing

class string.Template(template) The constructor takes a single argument which is the template string.

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

msg The unformatted error message.

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