From: S N on

Which group deals with regular expressions regexp etc
From: Steve on
S N wrote:

> Which group deals with regular expressions regexp etc

I don't think there is a usenet group for regular expressions
specifically; they seem to be discussed in various language groups.

There is a Google Group at http://groups.google.com/group/regex/ and a
Yahoo Group at http://tech.groups.yahoo.com/group/regex/

--
Steve

The great enemy of the truth is very often not the lie-deliberate,
contrived and dishonest-but the myth-persistent, persuasive, and
unrealistic. Belief in myths allows the comfort of opinion without
the discomfort of thought. -John F. Kennedy


From: Paul Randall on
This group, microsoft.public.scripting.vbscript deals with VBScript's implementation of a regular expression object. If you go to http://www.microsoft.com/downloads/en/default.aspx and search for vb*.chm, you will find a link to the Windows Script 5.6 Documentation, which is probably the best documentation of VBScript's regular expression object.

-Paul Randall
"S N" <sn(a)invalid.invalid> wrote in message news:%23DMDmZ0lKHA.5656(a)TK2MSFTNGP02.phx.gbl...

Which group deals with regular expressions regexp etc
From: Al Dunbar on
Cross-posting versus multi-posting is often dealt with in multiple groups.
(http://en.wikipedia.org/wiki/Crossposting)

/Al