Options
Menu

Module StringHelpers

Index

Functions

Variables

Functions

isDate

  • isDate(str: any): boolean
  • Parameters

    • str: any

    Returns boolean

obfusicate

  • obfusicate(str: String): String
  • Convert a string into a bunch of '*' of the same length

    Parameters

    • str: String

    Returns String

toString

  • toString(obj: any): string
  • Simple toString that obscures any field called 'password'

    Parameters

    • obj: any

    Returns string

Variables

dateRegex

dateRegex: RegExp

Generated using TypeDoc