Skip to content

String.ToLower

Name - Description Default Type
<input> A string. String
<output> A string in lowercase. String

Converts a string to lowercase

Examples

1
2
"Hello" (String.ToLower) (Log)
(Assert.Is "hello" :Break true)
[info] [shards/String/ToLower/1.edn] hello