Help for this page

Select Code to Download


  1. or download this
    $r =~ s[([a-zA-Z])][$1 lt '[' ? 'U' : 'L']ge;;
    
  2. or download this
    $r =~ tr[A-Z][U];
    $r =~ tr[a-z][L];