-
Head melting in regex land. Is there a standard way to get all the instances of a group (JavaScript RE)? Trying to extract all the hostnames from "Host(
example.com
) || ( Host(example.com
) && Path(/foo
) )" Is the only option to us findAll()? -
Argh, Twitter's"smart" URL matching took the "www" off the second "example .com"