Other Static Variables - Gavin-Song/super.java GitHub Wiki

VERSION

The version of the SuperString class, ie

SuperString.VERSION; // "1.0.0"

punc

String[] variant: punc_string

A SuperString[] of punctuation characters, equal to

{".", ",", "-", "/", "#", "!", "$", "%", "^", "&", "*", ";", ":", "{", "}", "=", "-", "_", "~", "(", "\", "`"}

alphabet

String variant: alphabet_string

A SuperString of the alphabet (Lowercase), equal to

"abcdefghijklmnopqrstuvwxyz"

alphabet_upper

String variant: alphabet_upper_string

A SuperString of the alphabet (Uppercase), equal to

"ABCDEFGHIJKLMNOPQRSTUVWXYZ"