toLowerCase ( string/array/map txt ) : string
Make a string lowercase
Example>
console(toLowerCase("helLO WoRlD HË")) //-> hello world hë
Parameters
Make a string lowercase
console(toLowerCase("helLO WoRlD HË")) //-> hello world hë