in reply to Challenge - Creative Way To Detect Alpha Characters
perl -le '@t=split(/[A-Z]|[a-z]/,"1gGiI234");print "$#t\n";'
Silly question, doesn't uc/lc "walk the string" in the background?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Challenge - Creative Way To Detect Alpha Characters
by Limbic~Region (Chancellor) on Sep 14, 2004 at 15:54 UTC |