I am looking for a way to take a string like:
"pleas take this ${date.object}."
and a dictionary that has the key "object"
and replacing as EL does.
i.e. if "object"=>"bag"
then I want to get the string "pleas take this bag."
I know I can do this using explicit string replacement but was looking for a way to utilize the same engine used by EL.