Function stringIsAlpha

  • Tests whether the given string contains only alpha characters.

    Parameters

    • value: string

      The string to check.

    Returns boolean

    true if the given string only contains alpha characters, false otherwise.

Generated using TypeDoc