Online Text to Lowercase Convert Tool




About Text to Lowercase

Text to Lowercase tool convert a string or text into lowercase. This tool made by strtolower() function. this function takes string or text as a parameter and change all the uppercase alphabets string into lowercase alphabets string. By this function we cannot converts numberic and special characters value. All numeric and special characters value are unchangable.

This function is binary-safe.

Syntax:
string strtolower ( $string )