[wellylug] stupid regexp question

Grant McLean grant at mclean.net.nz
Fri Jul 1 21:42:24 NZST 2005


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




More information about the wellylug mailing list