in reply to Re: Challenge - Creative Way To Detect Alpha Characters
in thread Challenge - Creative Way To Detect Alpha Characters
You'd then have to scan the list twice. Once to convert, once to compare.
The original (and best) solution did 3 passes by both upping and lowing the string and comparing, but all three passes where in C rather than perl, so fast.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Challenge - Creative Way To Detect Alpha Characters
by parv (Parson) on Sep 14, 2004 at 22:05 UTC |