I'm using the regex example to convert roman numerals to upper case but I'm having a problem with it.
For some reason it is deleting commas out of the tag / filename / directory which makes no sense as the only replace command is the $upper
The suggested regex is
Is there something in here where the comma is being selected but the $upper fails so it is being replaced with nothing ?