I am receiving URL from an application as post data.
The URL has a signature : //abc.com/name?q=123456.
I want to extract name from the URL using regex ( Regular Expression ) How do I do that?
I am receiving URL from an application as post data.
The URL has a signature : //abc.com/name?q=123456.
I want to extract name from the URL using regex ( Regular Expression ) How do I do that?