Christian Perrier wrote:
> The latter should probably be quite conservative and only detect
> something like:
> 
> "^ +[Hh]ome *[Pp]age:.*"
> 
> in the package description.
/^\s+(web|home)\s*(site|page)\s*(:| at| is).*/i
seems to catch more (5087 hits) with few false positives.

Also, matching http:// would catch even more but with many false
positives so I'm not sure if it's a good idea.

Regards,
Faidon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to