Re: [QUARRANTINE] Regex Help Needed

2005-12-07 Thread Ben Doom
Well, you don't really need the outside parens, so you could just ditch those. I could be remembering this wrong, but IIRC, CF5's engine remembered backreferences in the order they are completed, not started, but I could be wrong about that. It's been a little while since I had to play in

Re: [QUARRANTINE] Regex Help Needed

2005-12-07 Thread Jim McAtee
- Original Message - From: Ben Doom [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, December 07, 2005 1:05 PM Subject: Re: [QUARRANTINE] Regex Help Needed Well, you don't really need the outside parens, so you could just ditch those. I thought that might

Re: [QUARRANTINE] Regex Help Needed

2005-12-07 Thread Ben Doom
Jim McAtee wrote: Ah... I think I see what the problem is. If the match is SatSun then I'd need to use \13 \14. I'm not sure I know how to deal with that. No, that shouldn't be it. It should only backreference what's actually matched. What happens if you just output \1? What's caught