string string.capitalize(string data)
{string.capitalize('to be or not to be')}
{string.capitalize('to be or not to be')} {string.tolower('to be or not to be')} {string.totitlecase('to be or not to be')} {string.toupper('to be or not to be')}