src/pylib/Lib/string_impl/consts

Search:
Group by:
Source   Edit  

Consts

ascii_letters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
Source   Edit  
ascii_lowercase = "abcdefghijklmnopqrstuvwxyz"
Source   Edit  
ascii_uppercase = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
Source   Edit  
digits = "0123456789"
Source   Edit  
hexdigits = "0123456789abcdefABCDEF"
Source   Edit  
octdigits = "01234567"
Source   Edit  
printable = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!\"#$%&\\\'()*+,-./:;<=>?@[\\\\]^_`{|}~ \t\n\r\v\f"
Source   Edit  
punctuation = """!"#$%&\'()*+,-./:;<=>?@[\\]^_`{|}~"""
Source   Edit  
whitespace = " \t\n\r\v\f"
Source   Edit