Returns a string where all alphabetic characters in the given string to lower case.
stringLower ( str As String ) As String
Argument | Type | Description |
---|---|---|
str | String | a string of mixed-case characters |
Intent >stringLower("Four Score and Seven Years Ago...") --> "four score and seven years ago..."