View Problem

Replace all regex matches in a string with a dynamic string

Transform "The {Quick} Brown {Fox}" into "The kciuQ Brown xoF" by reversing words in braces using the regex /\{(\w+)\}/.
Submit a new solution for csharp
There are 15 other solutions in additional languages (clojure, cpp, erlang, fantom ...)