TypeScript String toLowerCase()
Syntax & Examples
Syntax of String.toLowerCase()
The syntax of String.toLowerCase() method is:
toLowerCase(): string
This toLowerCase() method of String converts all the alphabetic characters in a string to lowercase.