string.octdigits
  • References/Python/Python/Text Processing

string.octdigits The string '01234567'.

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

re.sub(pattern, repl, string, count=0, flags=0) Return the string obtained by replacing the leftmost non-overlapping occurrences

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

string.digits The string '0123456789'.

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

class difflib.Differ This is a class for comparing sequences of lines of text, and producing human-readable differences or deltas

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

string.printable String of ASCII characters which are considered printable. This is a combination of digits,

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

readline.set_pre_input_hook([function]) Set or remove the function invoked by the rl_pre_input_hook callback of

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

make_file(fromlines, tolines, fromdesc='', todesc='', context=False, numlines=5, *, charset='utf-8') Compares fromlines

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

match.endpos The value of endpos which was passed to the search() or match() method of a

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

difflib.restore(sequence, which) Return one of the two sequences that generated a delta. Given

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

check_unused_args(used_args, args, kwargs) Implement checking for unused arguments if desired. The arguments to this function

2025-01-10 15:47:30