Coerces a value to a string, converts it to lowercase, and trims whitespace.
The value to convert
The lowercased and trimmed string
toLower(' HELLO '); // 'hello' Copy
toLower(' HELLO '); // 'hello'
Coerces a value to a string, converts it to lowercase, and trims whitespace.