parses the domain name from an email address or URL
Sample Input:
http://www.mywebsite.co.uk/test/index.html
user@testdomain.net
Sample Output:
mywebsite
testdomain
Description:
Given a web address or URL, will strip out everything but the domain name. Works for many "country" addresses as well (example: "https://photos.mydomain.com.au/" resolves to "mydomain").
Function updated 2008-03-08 to properly capture domains like "my-multi-word-domain-name.com", and is now commented.
Note: these functions are not guaranteed
or supported by BrianDunning.com. Please contact the individual
developer with any questions or problems.
Free pop-up calendar for your FileMaker solution. Click
here.
Custom Function Authors:
Link to all of your own custom functions on this site with the following URL:
http://www.briandunning.com/filemaker-custom-functions/results.php?author=Your
Name Here