public inbox for [email protected]
help / color / mirror / Atom feedFrom: Tom Lane <[email protected]>
To: Kenneth Tanzer <[email protected]>
Cc: [email protected]
Subject: Re: Section 9.6.3.5, Regular Expression Matching Rules
Date: Sun, 28 Nov 2004 15:39:35 -0500
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
<[email protected]>
<[email protected]>
<[email protected]>
<[email protected]>
<[email protected]>
<[email protected]>
<[email protected]>
Kenneth Tanzer <[email protected]> writes:
> Greediness is inherited from left to right, so that outer
> subexpressions take precedence over their component subexpressions. The
> greediness of an RE is set by the first subexpression that is either
> greedy or non-greedy.
Isn't that a contradiction in terms? I'd certainly think the term
"inheritance" means top-down, whereas the actual behavior is
bottom-up (except when "|" is involved).
Anyway, I don't think this explanation is materially better than what
we had. ISTM the real lack in this section is examples to clarify the
implications of the rules, and you haven't added any ... in fact it
looks like you removed the examples that were there.
regards, tom lane
view thread (12+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: Section 9.6.3.5, Regular Expression Matching Rules
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox