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

readline.add_history(line) Append line to the history buffer, as if it was the last line typed. This calls add_history()

2025-01-10 15:47:30
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
re.fullmatch()
  • References/Python/Python/Text Processing

re.fullmatch(pattern, string, flags=0) If the whole string matches the regular expression pattern, return

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

regex.fullmatch(string[, pos[, endpos]]) If the whole string matches this regular expression, return a corresponding

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

regex.groups The number of capturing groups in the pattern.

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

unicodedata.east_asian_width(chr) Returns the east asian width assigned to the character chr as string.

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

difflib.IS_LINE_JUNK(line) Return true for ignorable lines. The line line is ignorable if line is blank or

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

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

2025-01-10 15:47:30