Help for this page

Select Code to Download


  1. or download this
    length $test_char == 1 and $test_char =~ tr/A-Z//;
  2. or download this
    $test_char =~ tr/A-Z// == 1 and $test_char =~ tr/A-Z//c == 0;