in reply to Re: Re: Re: Regexes Are Not For String Comparison
in thread Regexes Are Not For String Comparison
And, they're doing things silly like
orif ($string =~ /.*/) { ... }
Those show they don't know what they're doing. It's like seeing a hammer being used to pound a nail into wood, and then going around slamming a hammer into everything you see.if ($string =~ /.*\.html/) { ... }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: Re: Regexes Are Not For String Comparison
by frag (Hermit) on Apr 24, 2001 at 21:42 UTC |