Hey Folks,
I've been searching for hours to find a way to do this....
How could I extract the site name from a URL???
For Example...Let's say I have a field containing a URL:
http://www.examplesite.com
I need a global to return:
examplesite
I've searched throught regex tutorials, but can't seem to find a way to cut the name out after after and before the "."
If anyone can help find a solution, or point me in the right direction I would really appriciate it!!!
Jonze
I've been searching for hours to find a way to do this....
How could I extract the site name from a URL???
For Example...Let's say I have a field containing a URL:
http://www.examplesite.com
I need a global to return:
examplesite
I've searched throught regex tutorials, but can't seem to find a way to cut the name out after after and before the "."
If anyone can help find a solution, or point me in the right direction I would really appriciate it!!!

