Hey guys,I've got a list of different URLS and I need to extract the subdomain of each of the URL.
A subdomain would be anything between the third and fourth "/" character.
Example URLS:1) https://www.community.alteryx.com/t5/forums/postpage/board-id/designer-discussions2) https://www.lovealteryx.com/community/why-i-love-alteryxIn this example the subdomain output should be1) t52) communityI'm guessing I need to use regex for this, but don't know how.Anyone who can help me out?With kind regards,Lazzanova
See attached, I just used text manipulation to do the same thing.