strdown

fun strdown(string: String): String

Converts a string to lower case.

Return

the string

Parameters

string

the string to convert