print lc("\uhElLo"); # hello print lc(ucfirst("hElLo")); # hello print ucfirst(lc("hElLo")); # Hello