Konversi string ke huruf kecil r

# Convert string to lowercase
tolower("StRing TO CONVERT") # returns "string to convert"
Matthew David