--- On Wed, 10/5/11, Eduardo M KALINOWSKI <[email protected]> wrote: > > ^(a\.)?domain\.tld(\/c\/)?$ > > JavaScript syntax might be slightly different, but that's > the idea.
I had similar idea (a\.|b\.|)domain\.tld(|/c/) but just like your regex it would block the whole domain.tld as well, which isn't what I want. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

