On Fri, 2005-07-01 at 21:37 +1200, Jamie Baddeley wrote: > is there a regexp that represents AND? > > I know there's one for OR. AND is kind of implicit in all regexes for example /ab/ matches a string which contains an 'a' AND a 'b' immediately after it. Perhaps you could tell us more about what you're trying to do. Regards Grant