Help for this page

Select Code to Download


  1. or download this
    print "\L\uhElLo"; # Hello
    
  2. or download this
    print "\u\LhElLo"; # Hello
    
  3. or download this
    print lc("\uhElLo"); # hello
    print lc(ucfirst("hElLo")); # hello
    print ucfirst(lc("hElLo")); # Hello