${'{0} {1}' @ format=[properties.property1,properties.property2]}
In another way
${[properties.property1,properties.property1] @ join=' '}
This shows that we are appending two strings with a single white space. You can use any other elements/characters.
No comments:
Post a Comment
If you have any doubts or questions, please let us know.