Konwertuj ciąg na małe litery r

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