|
Combination of all the lowercase, uppercase characters and numbers
from 0 to 9, not including any symbols or special characters.
-
Returns:
Alphabet
|
|
Hexadecimal lowercase characters: 0123456789abcdef.
-
Returns:
Alphabet
|
|
Hexadecimal uppercase characters: 0123456789ABCDEF.
-
Returns:
Alphabet
|
|
Lowercase English letters: abcdefghijklmnopqrstuvwxyz.
-
Returns:
Alphabet
|
|
Numbers, Uppercase, and Lowercase without "lookalikes":
1, l, I, 0, O, o, u, v, 5, S, s, 2, Z.
Complete set: 346789ABCDEFGHJKLMNPQRTUVWXYabcdefghijkmnpqrtwxyz.
-
Returns:
Alphabet
|
|
Same as Nolookalikes -- but having removed vowels and: 3, 4, x, X, V.
Complete set: 6789BCDFGHJKLMNPQRTWbcdfghjkmnpqrtwz
-
Returns:
Alphabet
|
|
Numbers from 0 to 9.
-
Returns:
Alphabet
|
|
Uppercase English letters: ABCDEFGHIJKLMNOPQRSTUVWXYZ.
-
Returns:
Alphabet
|
|
URL-friendly numbers, English letters, and symbols: A-Za-z0-9_- .
This is the default alphabet if one is not explicitly specified.
-
Returns:
Alphabet
|