-
Notifications
You must be signed in to change notification settings - Fork 0
Other Static Variables
Gavin-Song edited this page Feb 18, 2018
·
5 revisions
The version of the SuperString class, ie
SuperString.VERSION; // "1.0.0"String[] variant: punc_string
A SuperString[] of punctuation characters, equal to
{".", ",", "-", "/", "#", "!", "$", "%", "^", "&", "*", ";", ":", "{", "}", "=", "-", "_", "~", "(", "\", "`"}String variant: alphabet_string
A SuperString of the alphabet (Lowercase), equal to
"abcdefghijklmnopqrstuvwxyz"String variant: alphabet_upper_string
A SuperString of the alphabet (Uppercase), equal to
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"