Re: [GENERAL] Best method to compare subdomains

2013-01-18 Thread Jasen Betts
On 2013-01-16, Robert James wrote: > Is there a recommended, high performance method to check for subdomains? > > Something like: > - www.google.com is subdomain of google.com > - ilikegoogle.com is not subdomain of google.com > > There are many ways to do this (lowercase and reverse the string, >

Re: [GENERAL] Best method to compare subdomains

2013-01-17 Thread John R Pierce
On 1/17/2013 1:12 AM, Sumit Raja wrote: On 16 January 2013 20:23, Robert James > wrote: Is there a recommended, high performance method to check for subdomains? Something like: - www.google.com is subdomain of google.com

Re: [GENERAL] Best method to compare subdomains

2013-01-17 Thread Sumit Raja
On 16 January 2013 20:23, Robert James wrote: > Is there a recommended, high performance method to check for subdomains? > > Something like: > - www.google.com is subdomain of google.com > - ilikegoogle.com is not subdomain of google.com > > There are many ways to do this (lowercase and reverse t

Re: [GENERAL] Best method to compare subdomains

2013-01-16 Thread Steve Atkins
On Jan 16, 2013, at 12:23 PM, Robert James wrote: > Is there a recommended, high performance method to check for subdomains? > > Something like: > - www.google.com is subdomain of google.com > - ilikegoogle.com is not subdomain of google.com > > There are many ways to do this (lowercase and re

Re: [GENERAL] Best method to compare subdomains

2013-01-16 Thread Andrew Sullivan
On Wed, Jan 16, 2013 at 03:23:30PM -0500, Robert James wrote: > Is there a recommended, high performance method to check for subdomains? > > Something like: > - www.google.com is subdomain of google.com > - ilikegoogle.com is not subdomain of google.com > > There are many ways to do this (lowerca