Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IsAlpha"

Index

Functions

Functions

isAlpha

  • isAlpha(value: string): boolean
  • Checks if the string contains only letters (a-zA-Z). If given value is not a string, then it returns false.

    Parameters

    • value: string

      The value being checked.

    Returns boolean

    True if the value contains only letters (a-zA-Z), false otherwise.

Generated using TypeDoc