Carl Mäsak wrote:
Darren (>):
Read what I said again.  I was proposing that the namespace comprised of
names matching a pattern like this:

 /^ <[A..Z]>+ | <[a..z]>+ $/

/^ [<[A..Z]>+ | <[a..z]>+] $/

Are the square brackets necessary when the pattern doesn't contain anything other than the alternatives?

I would have thought them optional in the case I mentioned.

Rather, they would just be necessary in a case like this:

  /^ foo [<[A..Z]>+ | <[a..z]>+] bar $/

-- Darren Duncan

Reply via email to