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