Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "string/index"

Index

Functions

camelCase

  • camelCase(str: any): string

capitalize

  • capitalize(str: any): any

createGUID

  • createGUID(): string

escape

  • escape(str: any): any

escapeRegExp

  • escapeRegExp(str: any): any

isEmptyString

  • isEmptyString(str: string): boolean
  • Checks if a given string is empty or not (only spaces/ no chars)

    Parameters

    • str: string

      the string to test

    Returns boolean

    true if the string is an emprty one (only spaces/ no chars)

kebabCase

  • kebabCase(str: any): string

unescape

  • unescape(str: any): any

Generated using TypeDoc