utils/validate_command library
Functions
-
isInValidArgument(
String value) → bool -
Returns true when
valuedoes NOT match the required argument format — lowercase, starting with a letter, only letters/numbers/underscores — i.e. when it's invalid.