On Tue, Oct 04, 2011 at 03:12:58PM -0700, T Elcor wrote:
> Hi,
> 
> Is there a way to write a single Javascript regex that would match all of the 
> following three patterns:
> 
>   a.domain.tld
>   b.domain.tld
>     domain.tld/c/

/.*/

Or, perhaps you're after /domain.tld/

Either should work, though I'd expect the first to be quicker in your
case.



-- 
Darac Marjal


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111005105252.gb21...@darac.org.uk

Reply via email to