![]() |
|
No such thing as a small change | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
That'll make duplicate copies of everything that doesn't begin with a letter. Maybe you want to narrow those regexen down a bit.
-- Randal L. Schwartz, Perl hacker
update: Oops, confused [^a-z] with ^[a-z]. So yes, everything without a letter will be absent, not duplicated. Doesn't change that there's something wrong with this solution. In reply to •Re^2: Sorting - lower to upper
by merlyn
|
|