Convert text to lower case

Convert all the letters in your text to lowercase characters.

Face with waiting expression Nothing to see yet!

Loading takeymakey...
TakeyMakey code
Want this tool to do something else? Edit the code below and make it do whatever you want.
({ make: (data) => data.toLowerCase() })