Validate String against Enum

Input Type

  • Input String - like password or what

  • Validation Type

    • Any - No specific using what letters

    • Alpha - Alphabetic only

    • Number - Numeric only

    • AlphaNumeric - Alphabetic + Numeric

    • AlphaNumericWithSymbols - Alphabetic + Numeric + Symbol

    • AlphaNumericWithSymbolsAndUpper - Alphabetic + Numeric + Symbol + Uppercase

Last updated