Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • String

Index

Methods

trimEnd

  • trimEnd(): string
  • Returns a copy with trailing whitespace removed.

    Returns string

trimLeft

  • trimLeft(): string
  • Removes whitespace from the left end of a string.

    Returns string

trimRight

  • trimRight(): string
  • Removes whitespace from the right end of a string.

    Returns string

trimStart

  • trimStart(): string
  • Returns a copy with leading whitespace removed.

    Returns string

Generated using TypeDoc