Tool that performs strtolower()
It might be useful to use lowercase transformation when using file names and URL’s of web documents for example. The same applies to login when we may allow users use case-insensitive login (but not password), so then we would store login as lowercase in our database by using strtolower() function.
strtolower is a PHP function that converts all characters of a given input to lowercase.





