in reply to Testing a string for a range of characters
$test_char =~ tr/A-Z//c;
Talk about an underappreciated tool.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Testing a string for a range of characters
by BoredByPolitics (Scribe) on Jan 25, 2001 at 14:28 UTC | |
Re: Re: Testing a string for a range of characters
by chipmunk (Parson) on Jan 25, 2001 at 21:02 UTC |