Replacing Delimited Field Names With Field Content

The example below replaces field names delimited between { and } with the field content. E.g:

“This is a field with another field {name} inside”

The replaces “name” with the contents of field called “name”.