Online Text to Uppercase Convert Tool




About Text to Uppercase

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

Syntax:
string strtoupper ( $string )