Is there any way to process String templates as we...
# announcements
j
Is there any way to process String templates as we can do in JS with template strings ? i.e. if I write "Hello ${user} !" and the user variable is equal to "Foo", I would like to somehow have the values ["Hello ", "Foo", " !"]