Skip to content

Latest commit

 

History

History

char-sequence

werdlists/char-sequence

    Folder  Name     Description of Contents
1-alnum_0-z list containing one of each alphanumeric character
1-digit_0-9 a list of each numeric digit
1-xdigit_0-f list of each hexadecimal digit
2-alnum_00-zz all possible ordered pairings of two alphanumeric characters
2-alpha_aa-zz all possible ordered pairings of two alphabetic letters
2-difgit_00-99 all possible ordered pairings of two numeric digits
2-xdigit_00-ff all possible ordered pairings of two hexadecimal digits
3-alnum_000-zzz all possible ordered triples of three alphanumeric characters
3-alpha_aaa-zzz all possible ordered triples of three alphabetic letters
3-digit_000-999 all possible ordered triples of three numeric digits
3-xdigit_000-fff all possible ordered triples of three hexadecimal digits
4-alnum_0000-zzzz four byte ordered sequence of alphanumeric characters
4-alpha_aaaa-zzzz four byte ordered sequence of alphabetic characters
4-digit_0000-9999 four byte ordered sequence of numeric digits
4-xdigit_0000-ffff four byte ordered sequence of hexadecimal digits
alpha-2digit-alpha four byte ordered sequence of one alphabetic letter, two numeric digits and another alphabetic letter
alpha-digit-alpha ordered triple of one alphabetic letter, one numeric digit and another alphabetic letter
digit-2alpha-digit ordered triple of one numeric digit, two alphabetic letters and another numeric digit
digit-alpha-digit ordered triple of one numeric digit, an alphabetic letter and another numeric digit