toAsciiLowercase

common
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'.

open fun toAsciiLowercase(): ByteString