I'm in need of a regular express that will parse the first directory of a URL:
www.mydomain.com/find_this/anything/anything..
So -- I wasn't sure how to structure a regex to grab the string containing that first directory, any help appreciated.
Edit -- parsing is not an option, I am trying to create a regular expression.