**(lowercase: // [[harlowe:String|String]]//) -> //String//**

This macro produces a lowercase version of the given [[harlowe:string|string]].

=== Example usage: ===

''%%(lowercase: "GrImAcE")%%'' is the same as ''%%"grimace"%%''

=== Details: ===

The results of this macro for non-ASCII characters currently depends on the player's browser's Unicode
support. For instance, 'İ' in lowercase should be 'i̇', but some browsers don't support this.

=== See also: ===

[[harlowe:uppercase|(uppercase:)]], [[harlowe:lowerfirst|(lowerfirst:)]], [[harlowe:upperfirst|(upperfirst:)]]