Get the ID numbers from a list of pattern URLs in a format like ^/about/content.cfm?itemnumber=2885&navitemnumber=537?$
- Search:
^.*?=(\d+).*$
- Replace:
$1
Get the slugs from a list of destination URLs
- Search:
^.*?([^\/]*?)\/$
- Replace:
$1
Set it up as metadata in WordPress via a search-by-slug process