Hello MP3TAG Community,
I have been successful with some Convert and Actions to mass change music tracks etc.
However I have not worked out how to insert a hyphen in my customized Title(s) e.g:
Title = Whole Lotta Love (1969) change to Whole Lotta Love - (1969)
NOTE - The customized Title is primarily for compilation albums and the - (track release date) will always be at the same suffix position.
I tried some Right$ attempts but to no avail (wrong syntax) messages !
I have observed solutions in the community for this against filename but not found a solution for Title?
A solution would be greatly appreciated my friends 
Please tell us the original TITLE and then your future customized TITLE with inserted hyphen.
Do you ask for:
OLD: Whole Lotta Love (1969) change to Whole Lotta Love (1969)
NEW: Whole Lotta Love (1969) change to Whole Lotta Love - (1969)
So you want to insert a hyphen in front of the last brackets including a year - included in space hyphen space?
Hi LyricsLover, Yes that is correct. Thank you for your response.
(Fre-ac CD Ripper sometimes populates the Title having gleaned the information from CDDB) puts the year suffix in.
One way to get from
OLD: Whole Lotta Love (1969)
to
NEW: Whole Lotta Love - (1969)
would be using Convert Tag -> Tag with
Field: TITLE
Format string:
$regexp(%TITLE%,(.*) (\(\d*\)),$1 - $2)
This regular expression would match everything before a space and followed by an opening bracket followed by digits and a closing bracket and add a - between both capturing groups.
Wouldn't this be a plain "Replace" for TITLE
Search: (
Replace with: - (
This would replace every opening bracket with space hyphen opening bracket.
Maybe this is what the OP asked in the topic title "anywhere in Title"?
Brilliant LyricsLover, That works exactly how I want it. Thank You.
I could of just left the Title without the hyphen. The reason being I needed the change was I have already modified all my compilation albums with example below:
Track 1 Title = Whole Lotta Love - (1969)
Track 2 Title = When The Levee Breaks - (1971)
but the compilation album Led Zeppelin “Remasters” %year% is 1990. Hence my customized track titles have a Release Date suffix.
When listening to compilations with friends, I sometimes get asked when was this track released? By displaying the track release date in the Title, it shows on all players 
I had to manually insert the Release Date for every compilation album as I understand MusicBrainz, Discogs etc etc do not show Release Dates in their databases just %year% 