I have raw data, I would like to search for domains within the data, output it to a field and then run stats to show a count of each unique domain. Example of raw data: "This investigation is really great and we found the suspicious domain google.com" I would like to: 1. search for domains within raw data and output the domain to a field that I can show in a table (Lets call it "Domain") 2. run stats that show the number of occurrences So ideally, my finished result would be: Domain count google.com 50 yahoo.com 30 Any assistance is greatly appreciated, thank you.
... View more