Help for this page

Select Code to Download


  1. or download this
    use v5.12.0;
    use warnings;
    ...
        print my $c = substr $s, $i, 1;
        say " is text" if utf8::is_utf8($c);
    }