I would like to know how to capitalize all letter that are placed in these kind of brackets:
[]
What I have now is
Replace with regular expression
Field: TITLE
Regular expression: [(.{1})]
Replace matches with: [$upper($0)]
but that doesn't work
Please note, that the code would have to start executing itself after seeing the opening, and stop after the closing ] - it can't just start and run to the end of tag field