I have an URL for example:
http://name.abc.wxyz:1234/Assts/asset.epx?id=F3F94D94-7232-4FA2-98EF-07sdfssfdsa3B5
From this Url I want to extract only 'asset.epx?id=F3F94D94-7232-4FA2-98EF-07sdfssfdsa3B5
' how could i do that?
I am still learning regular expressions and I am not able to solve the above. Any suggestions would be appreciated.