This shows you the differences between two versions of the page.
— |
harlowe:lowercase [2017/10/09 20:39] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | **(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:)]] |