Options
All
  • Public
  • Public/Protected
  • All
Menu

Module string/toUpper

Index

References

Functions

References

Renames and re-exports toUpper

Functions

  • toUpper(str?: string): string
  • Returns the upper case version of a string.

    example
     toLower('xyz'); //=> 'XYZ'
    

    Parameters

    • str: string = ''

      The string to upper case.

    Returns string

    The upper case version of str.

Generated using TypeDoc