Options
All
  • Public
  • Public/Protected
  • All
Menu

Module string/toLower

Index

References

Functions

References

Renames and re-exports toLower

Functions

  • toLower(str?: string): string
  • Returns the lower case version of a string.

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

    Parameters

    • str: string = ''

      The string to lower case.

    Returns string

    The lower case version of str.

Generated using TypeDoc