Help with Regular Expression

Hello

I am renaming thousands of files using the regular expression, what I have is the name:

0057 John Smith ^CFC123456.jpg

What I want is:

John Smith 0057 ^CFC123456.jpg

I need to keep the ^CFC###### at the end of each filename because it is like an unique identifer.
Any help would be greatly appreciated

Thanks

Something like the below perhaps?

Thank You

Works Great