Re: Serious Perl Regular Expression deficiency?
- From: "MikeGee" <michaelpgee@xxxxxxxxx>
- Date: 23 Dec 2005 20:04:33 -0800
robic0 wrote:
> while (s/<!--(.*)-->//s) { print "$1\n"; }
You post is longer than I can concentrate to read carefully, but in the
above line, try:
s/<!--(.*?)-->//s
and see if there is a difference.
I don't think you should make over-arching comments on the dificiencies
of a system that works fine for everyone else. I bet most of the
really knowledgable folks reading this newsgroup ignore your question
just because of the bad attitude.
.
- Follow-Ups:
- Re: Serious Perl Regular Expression deficiency?
- From: robic0
- Re: Serious Perl Regular Expression deficiency?
- References:
- Serious Perl Regular Expression deficiency?
- From: robic0
- Serious Perl Regular Expression deficiency?
- Prev by Date: Re: Apache and Perl in Windows
- Next by Date: Re: Serious Perl Regular Expression deficiency?
- Previous by thread: Serious Perl Regular Expression deficiency?
- Next by thread: Re: Serious Perl Regular Expression deficiency?
- Index(es):
Relevant Pages
|