Dr.Ruud wrote:
Raymond Wan schreef:
"If you can't say anything nice, don't say anything at all".
I didn't read anything not nice, I only saw well meant critique. Some
people just can't accept their own misunderstandings, and then start
blaming the messenger. Most people are of course a
On Mon, 01 Dec 2008 20:37:03 +
[EMAIL PROTECTED] (Rob Dixon) wrote:
> Your concept that ideas are transportable
> across languages is time-wasting at least and could be dangerous.
>
I asked a "transportable" question for the first time of my entire life of
coding which involves several year
On Mon, 01 Dec 2008 02:57:38 +0100
[EMAIL PROTECTED] ("Jenda Krynicky") wrote:
>
> OTOH, he can match the innermost [block]...[/block], remove it or
> replace by something that doesn't contain either "tag", match the
> next one ... It would not be pretty, but it would be doable.
>
And this w
Canol Gökel wrote:
>
> Thanks people I already got the answer from somewhereelse.
>
> I can't quote the last reply, I guess I have a problem with my newsreader.
> But you even call me stupid. I heard before that Perl community is rude,
> and now I experienced it myself. I guess Perl community dese
Raymond Wan schreef:
> "If you can't say anything nice, don't say anything at all".
I didn't read anything not nice, I only saw well meant critique. Some
people just can't accept their own misunderstandings, and then start
blaming the messenger. Most people are of course a little like that -
phas
On Sunday 30 November 2008 09:29:58 pm Raymond Wan wrote:
> "If you can't say anything nice, don't say
> anything at all".
The whole world could use this one and should.
--
Stealth
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl
Jenda Krynicky wrote:
From: Canol Gökel <[EMAIL PROTECTED]>
I can't quote the last reply, I guess I have a problem with my newsreader.
But you even call me stupid. I heard before that Perl community is rude,
and now I experienced it myself. I guess Perl community deserves the reputation
of b
On Mon, 2008-12-01 at 02:57 +0100, Jenda Krynicky wrote:
> OTOH, he can match the innermost [block]...[/block], remove it or
> replace by something that doesn't contain either "tag", match the
> next one ... It would not be pretty, but it would be doable.
>
> And actually if there really is jus
From: "Mr. Shawn H. Corey" <[EMAIL PROTECTED]>
> On Sat, 2008-11-29 at 20:56 -0800, ZuLuu wrote:
> > How can I match structures like
> > this:
> >
> > [block]
> > this is a block
> > [block]
> > this is another block
> > [/block]
> > first block
From: Canol Gökel <[EMAIL PROTECTED]>
> On Sat, 29 Nov 2008 21:19:01 -0500
> [EMAIL PROTECTED] ("Chas. Owens") wrote:
>
> > And yes, asking about what variables are on a different languages list
> > is foolish. For instance, Perl's variables are dynamic and loosely
> > typed, whereas Pascals are s
From: Canol Gökel <[EMAIL PROTECTED]>
> Thanks people I already got the answer from somewhereelse.
And was it an answer to the question you posted here? I doubt it.
>
> I can't quote the last reply, I guess I have a problem with my newsreader.
> But you even call me stupid. I heard before that Per
On Sat, 29 Nov 2008 21:19:01 -0500
[EMAIL PROTECTED] ("Chas. Owens") wrote:
> The most power comes from using Perl's variant of regexes. Since
> other languages don't implement those extensions, and you are planning
> on using a language other than Perl, you are wasting your time here.
I know Pe
On Sat, 29 Nov 2008 21:19:01 -0500
[EMAIL PROTECTED] ("Chas. Owens") wrote:
> The most power comes from using Perl's variant of regexes. Since
> other languages don't implement those extensions, and you are planning
> on using a language other than Perl, you are wasting your time here.
I know Pe
Hi Canol,
Sorry your experience with this mailing list has been less than
satisfactory. I wasn't following the discussion at all, and I'm sure
many on the list were enjoying their weekend...
The Perl community is much more than this mailing list. It is the sum
of the many books that have
On Sat, 2008-11-29 at 20:56 -0800, ZuLuu wrote:
> How can I match structures like
> this:
>
> [block]
> this is a block
> [block]
> this is another block
> [/block]
> first block ends
> [/block]
>
You can't.
In order to correctly interpret a s
On Sat, 29 Nov 2008 21:19:01 -0500
[EMAIL PROTECTED] ("Chas. Owens") wrote:
> The most power comes from using Perl's variant of regexes. Since
> other languages don't implement those extensions, and you are planning
> on using a language other than Perl, you are wasting your time here.
I know Pe
Thanks people I already got the answer from somewhereelse.
I can't quote the last reply, I guess I have a problem with my newsreader.
But you even call me stupid. I heard before that Perl community is rude,
and now I experienced it myself. I guess Perl community deserves the reputation
of being ru
Canol Gökel schreef:
> My problem is to match HTML tags with RegExp.
What is your personal definition of a tag?
To match a tag, you could use "/<[^>]*>/" but that would also match
"<>".
Maybe you are just looking for "/<[A-Za-z]+>/"?
> I managed to match
> something like this, properly:
>
> l
On Sat, Nov 29, 2008 at 20:50, Canol Gökel <[EMAIL PROTECTED]> wrote:
> Chas. Owens gmail.com> writes:
>
>>
>> On Sat, Nov 29, 2008 at 20:02, Canol Gökel canol.info> wrote:
>
>> Can't be done*. You need a parser.
>
> snip
>
> It can be done.
snip
Note that asterisk.
snip
>> Learn to write a pa
Chas. Owens gmail.com> writes:
>
> On Sat, Nov 29, 2008 at 20:02, Canol Gökel canol.info> wrote:
> Can't be done*. You need a parser.
snip
It can be done.
snip
> Learn to write a parser instead. This is like asking how to build a
> bridge for people out of toothpicks. It can be done (bu
On Sat, Nov 29, 2008 at 20:02, Canol Gökel <[EMAIL PROTECTED]> wrote:
> Hi,
>
> My problem is to match HTML tags with RegExp.
snip
Can't be done*. You need a parser.
snip
> Note: Most probably there is a module for this but:
> - I want to learn the logic,
snip
Learn to write a parser instead.
21 matches
Mail list logo