toLowerASCII_

Convert string $(S s) to lower-case.

String must contain ASCII characters only.

toLowerASCII_
(
S
)
(
S s
)
if (
isSomeString!S
)

Meta