Discussion Thread
Data Extractor
Message Thread

Extract any data, including email addresses and URLs from your files and webpages.
Posted in the Data Extractor Forum.
Extract domain name
The code listed below extracts the entire href path. What is the code to extract just the domain name (e.g. I want http://www.red.com instead of http://www.red.com/page.html).
DataExtractor.AddResult(2, document.location.href);