Need to Strip URL of everything except Node Number

Blackbeard

New Member
I have a large xml file (>30mb) that has paths such as yoursite.com/category/section/3389121/title-articleI need to strip everything except the node number in the path. I thought maybe using Regex, but not sure how to make it not apply to the rest of the xml fields. Any thoughts?Thanks
 
Back
Top