Let\'s say I have a URL:
http://something.com/somethingheretoo
and I want to get what\'s after the 3rd instance of /?
/
In your case, you could use the lastIndexOf() method to get the 3rd forward slash.
lastIndexOf()