Here is the URL :
http://mytesturl.com/index.php/myvalue
I would like to be able to pull "mydata" from the URL above without parsing or using regular expressions.
I am wondering if there is a built-in way to get the data "mydata".
Also do we have a name for this structure?
I know if I have this http://mytesturl.com/index.php?t=myvalue
This is a query sting and I can easily pull the value of t in any language.