Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IsAscii"

Index

Functions

Functions

isAscii

  • isAscii(value: string): boolean
  • Checks if the string contains ASCII chars only. 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 and numbers, false otherwise.

Generated using TypeDoc