keen/string/util

Source
lower-case string(a string)
Lower cases every character in a.
lower-case char8(a char8)
upper-case string(a string)
Capitalizes every character in a.
upper-case char8(a char8)
replace-all string(a string, find string, replace-with string)
Replaces every instance of the substring find with replace-with.
strip string(a string)
Strips whitespace from both ends.
strip-left string(a string)
Strips whitespace from the front.
strip-right string(a string)
Strips whitespace from the end.
quoted string(a string)