As far as I know, there's no way to do this directly, but you can use the replace expression to do what you need. Just decide on a naming convention for the tokens that need to be replaced.
e.g.:
aString = "Hello, dear $PlayerName"
replace(aString,"$PlayerName",PlayerName)