Join Slack
Powered by
Is there any way to process String templates as we...
# announcements
j
jdemeulenaere
12/02/2018, 11:14 AM
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", " !"]
Open in Slack
Previous
Next