@If(@Matches(@Text(input);"+{!A-z}");@Success;@Failure("Value cannot be a letter"))
Note The validation error message is also triggered if the user enters a backslash, underscore, or square brackets because specifying A-z, specifies all ASCII characters between the uppercase A and lowercase z. The backslash, underscore, and square brackets are included in this set of characters.