Regular Expressions

I've just spent a while figuring this out myself, and came on here to post it only to find someone else already has :slight_smile:
Mine is quite similar
Filed: ARTIST
RegExp: ^(.+),\s+(\w*)
Replace With: $2 $1

Seems to work the same