Rename: Moving section via RegEx to the end of name

Hello, so I have learned some RegEx in order to targe the character sections that I need moved, unfortunately, this only seems to be able to let me remove, or replace it with static character strings.

I need to be able to move that selected character string to the END of the string in the "New name" output. Essentially, it feels like I need to set up a way to save that for each file or folder being renamed and then calling it in the "New name" parameters so it isn't lost.

I am guessing this might end up requiring a script, but I'm not sure how to do this.

ANY and ALL help is greatly appreciated. Thank you. :smiley:

Rename Modes / Regular Expressions in the manual shows and describes an example of using regex to match text and then insert it back into the result.