How to use Regex to add to a url?

You could do this a couple of ways,

if you have access to your .htaccess-file & are comfortable editing it:

You can workout a regex to do it…

RedirectMatch /example-here/(.+) http://www.exapmles.com/blog/example-here/$1 [R=301,L]

or use a redirect plugin to create the redirects you want. here’s a couple options: