RE: Regexp matching

2003-01-08 Thread Geoff Howard
IL PROTECTED]] > Sent: Wednesday, January 08, 2003 1:07 PM > To: [EMAIL PROTECTED] > Subject: Re: Regexp matching > > > At (time_t)1042043581 "Geoff Howard" wrote: > > > I'm not sure why, but in the regexp matcher I'm using I have [] > around the &

Re: Regexp matching

2003-01-08 Thread John R. Daily
At (time_t)1042043581 "Geoff Howard" wrote: > I'm not sure why, but in the regexp matcher I'm using I have [] around the > last slash, so try: > That doesn't work either, unfortunately. What version of cocoon are you using? I'm using 2.0.4, with Java 1.4.1 (beta). -John -

RE: Regexp matching

2003-01-08 Thread Geoff Howard
PROTECTED]] > Sent: Wednesday, January 08, 2003 11:06 AM > To: [EMAIL PROTECTED] > Subject: Regexp matching > > > I have a path that I'm matching with wildcards as: > > > > Unfortunately, that doesn't match if another / is appended, so I > switched to

Regexp matching

2003-01-08 Thread John R. Daily
I have a path that I'm matching with wildcards as: Unfortunately, that doesn't match if another / is appended, so I switched to regexp matching: ...which still doesn't work if a / is appended. I can't find any useful documentation on the regexp matching. Am I d