i have following urls, which i want to find a string and remove that string and anything before it.
String: me.do?page=
URL can be
http://demo.com/me.do?page=/facebook/link/home.php
http://demo.com/sub-folder/me.do?page=/facebook/link/home.php
http://**subdomain**.demo.com/sub-folder/demo/me.do?page=/facebook/link/home.php
final output should be
/facebook/link/home.php
/facebook/link/home.php
/facebook/link/home.php