in reply to Challenge - Creative Way To Detect Alpha Characters

There's always if( y/A-Za-z/A-Za-z/ ) { ... }, which technically isn't a regex . . . :)

Update: And then after I finish playing around and post, lo and behold Re: Challenge - Creative Way To Detect Alpha Characters already's beat me to the punch. :/

Replies are listed 'Best First'.
Re^2: Challenge - Creative Way To Detect Alpha Characters
by qumsieh (Scribe) on Sep 13, 2004 at 20:18 UTC
    Great minds think alike :)