Hi
so the string is like this:
"bla bla bla {VARIABLE} bla bla"
when I use this string somewhere in a function I want to replace {VARIABLE} with $variable (or any other uppercase strings with wrapped within {} charcters). $variable (and any other variables) will be defined inside that function
Can i do this?