stringprep.in_table_c21(code) Determine whether code is in tableC.2.1 (ASCII control characters).
stringprep.in_table_c21_c22(code) Determine whether code is in tableC.2 (Control characters, union of C.2.1 and C.2.2).
stringprep.in_table_c5(code) Determine whether code is in tableC.5 (Surrogate codes).
stringprep.in_table_c11_c12(code) Determine whether code is in tableC.1 (Space characters, union of C.1.1 and C.1.2).
stringprep.in_table_c3(code) Determine whether code is in tableC.3 (Private use).
stringprep.in_table_c12(code) Determine whether code is in tableC.1.2 (Non-ASCII space characters).
stringprep.in_table_c4(code) Determine whether code is in tableC.4 (Non-character code points).
stringprep.in_table_c11(code) Determine whether code is in tableC.1.1 (ASCII space characters).
template This is the object passed to the constructor’s template argument. In general, you shouldn’t change it, but read-only access is not enforced.
stringprep.in_table_a1(code) Determine whether code is in tableA.1 (Unassigned code points in Unicode 3.2).
Page 180 of 663