Is it possible?
I.E.:
%title% -> something (someone remix)
let's say that i wanted to capitalize everything except the content inside commas
%title% -> SOMETHING (someone remix)
...
Is it possible?
Thanks in advance! 
Is it possible?
I.E.:
%title% -> something (someone remix)
let's say that i wanted to capitalize everything except the content inside commas
%title% -> SOMETHING (someone remix)
...
Is it possible?
Thanks in advance! 
I think this should work:
Action #1:
Action type: Replace with regular expression
Field: COMMENT
Regular expression: ^(.)((.))
Replace matches with: $upper($1)$2
It does it for the field "Comment", but you can change that to whatever you want.
Thanks Sebastian! It worked fine! 