Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IsUppercase"

Index

Functions

Functions

isUppercase

  • isUppercase(value: string): boolean
  • Checks if the string is uppercase. If given value is not a string, then it returns false.

    Parameters

    • value: string

      The value being checked.

    Returns boolean

    True if the string is uppercase, false otherwise.

Generated using TypeDoc