toAsciiLowercase

actual open fun toAsciiLowercase(): ByteString

Returns a byte string equal to this byte string, but with the bytes 'A' through 'Z' replaced with the corresponding byte in 'a' through 'z'. Returns this byte string if it contains no bytes in 'A' through 'Z'.

actual open fun toAsciiLowercase(): ByteString
actual open fun toAsciiLowercase(): ByteString