Options
All
  • Public
  • Public/Protected
  • All
Menu

Module src/string/lowerCase

Index

Functions

Functions

Const lowerCase

  • lowerCase(string: string): string
  • Converts string, as space separated words, to lower case.

    example

    lowerCase('TESTSTRING'); //return 'teststring'

    example

    lowerCase('Test_____String); //return 'test string'

    example

    lowerCase('Test-String'); return 'test string'

    Parameters

    • string: string

    Returns string

    {string}

Generated using TypeDoc