I'm using a data feed that gives me links resembling
http://www.XXX.com/ResultsEvent.php?event=New+England+Patriots&pid=721I'd like to use some sort of regex replace to make the links look like this,
http://www.XXX.com/ven/721/New-England-Patriots.phpNew England Patriots and 721 will be variables that change between links.
Start Free Trial