I don't know what it calls technically but here what I am trying achieve where user can insert one define word as a string from form text input than it should replace with defined variable.
Example:
$username = myfunction();
Now I want allow to user to enter one defined word like username in input field which will replace with $username variable.
So I want to use it for like Contact to '.$username.' So user can enter and change $username placement with that string keyword and they can play like $username .'info' etc.
Hope I explained properly and not in funny way.