Posts related to tag: lowercase


How to Lowercase text with CSS

Similar to the previous article, we can use the text-transform: lowercase; property to transform any text into lowercase. Use the […] Continue reading »

How to convert the first letter of a String to lowercase in PHP

In PHP, lcfirst(string $string) is the inbuilt function to convert the first letter of a String to lowercase. And lcfirst(string […] Continue reading »

Eclipse/STS shortcut keys for Uppercase and Lowercase

Getting familiar with shortcut keys improve the productivity and Eclipse/STS these shortcut keys help you for changing the case(uppercase and […] Continue reading »