in reply to Re: pattern matching
in thread Creating a regex to match part of a URL's domain name (was: pattern matching)
well, say i have www.google.com; i want to match "google".. not "www", and not "com"..
another example.. if i have ww2.mirror.google.com, i still want it to match only "google"
does that help any?
strfry()