stringprep.in_table_c21(code) Determine whether code is in tableC.2.1 (ASCII control characters).
string.digits The string '0123456789'.
stringprep.in_table_c11_c12(code) Determine whether code is in tableC.1 (Space characters, union of C.1.1 and C.1.2)
string.printable String of ASCII characters which are considered printable. This is a combination of digits,
readline.set_pre_input_hook([function]) Set or remove the function invoked by the rl_pre_input_hook callback of
re.sub(pattern, repl, string, count=0, flags=0) Return the string obtained by replacing the leftmost non-overlapping occurrences
stringprep.in_table_a1(code) Determine whether code is in tableA.1 (Unassigned code points in Unicode 3.2).
fix_sentence_endings (default: False) If true, TextWrapper attempts to detect sentence endings and
difflib.restore(sequence, which) Return one of the two sequences that generated a delta. Given
stringprep.in_table_c6(code) Determine whether code is in tableC.6 (Inappropriate for plain text).
Page 12 of 17