TTT v0.2.0 TTT.Utilities.InputValidators View Source
Performs user input validation.
Link to this section Summary
Link to this section Functions
## Parameters
- input: String of user input.
Returns true if, after removing any trailing whitespaces, the input is empty.
## Parameters
-input: String of user input.
Returns true if, after removing any trailing whitespaces, the input is a string of digit from 1 to 9.