StringForgeryType - xgouchet/Elmyr GitHub Wiki
enum class StringForgeryType
The type of String to be forged.
Enum Values
ASCII
ASCII
Will forge a String with only ASCII printable characters.
ASCII_EXTENDED
ASCII_EXTENDED
Will forge a String with only ASCII Extended printable characters.
ALPHABETICAL
ALPHABETICAL
Will forge a String with only alphabetical characters.
ALPHA_NUMERICAL
ALPHA_NUMERICAL
Will forge a String with only alphabetical or numerical characters.
HEXADECIMAL
HEXADECIMAL
Will forge a String with only hexadecimal characters (A to F and digits).
NUMERICAL
NUMERICAL
Will forge a String with only numerical characters.
WHITESPACE
WHITESPACE
Will forge a String with only whitespace characters.