May 3, 2020
Estimated Post Reading Time ~ < 1 Min

Appending or Concatenating Strings

Appending two strings
${'{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.
aem4beginner.blogspot


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.

Ad Blocker Detected :(

Please consider supporting us by disabling your ad blocker.

Please Disable your adblocker and Refresh the page to view the site content.