Help for this page
Select Code to Download
Select
or
download this
length $test_char == 1 and $test_char =~ tr/A-Z//;
Select
or
download this
$test_char =~ tr/A-Z// == 1 and $test_char =~ tr/A-Z//c == 0;