Geoff Hutchison (ghutchis@wso.williams.edu)
Wed, 5 May 1999 09:20:59 -0400 (EDT)
On Wed, 5 May 1999, Torsten Neuer wrote:
> Well.. AFAIK brackets are used in regexp to define sets, so you'll
> run into trouble with a regexp like [^-%]* (which matches anything
> but '-' and '%'). Parenthesis are AFAIK used to create groups, so
> they are reserved for regexp as well. I'm not sure about {} though.
No, no. I'm suggesting that the brackets be used to delimit a regex, then
be stripped off. So your regex would be:
[[^-%]*]
The outer set of [] are just saying "hey, I'm a regex, don't escape me!"
-Geoff
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
htdig3-dev@htdig.org containing the single word "unsubscribe" in
the SUBJECT of the message.
This archive was generated by hypermail 2.0b3 on Wed May 05 1999 - 06:30:16 PDT