Hi guys,

I would really appreciate it if anyone could help me with this task.

I have one column of data:
http://www.domainA.com/some-text-her...X.com-12345678
http://www.domainA.com/some-text-her...Y.org-23456789
....

There’s about 1000 lines of this data with different domain names in the end of each text string.

Is there any easy way to extract domain name from these strings? In this example I need to have the output like this:
domainX.com
domainY.org

Could please anyone help me with the best approach to accomplish this task?

Thank you in advance!