in reply to
Re: testing if a string is ascii (^)
in thread
testing if a string is ascii
Or,
$str !~ /[^[:ascii:]]/
Comment on
Re^2: testing if a string is ascii (^)
Download
Code
In Section
Seekers of Perl Wisdom