Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • String

Index

Methods

trimEnd

  • trimEnd(): string
  • Removes the trailing white space and line terminator characters from a string.

    Returns string

trimLeft

  • trimLeft(): string
  • Removes the leading white space and line terminator characters from a string.

    Returns string

trimRight

  • trimRight(): string
  • Removes the trailing white space and line terminator characters from a string.

    Returns string

trimStart

  • trimStart(): string
  • Removes the leading white space and line terminator characters from a string.

    Returns string

Generated using TypeDoc