How to replace white space in HTL sightly?
Hi all,
I want to replace white space in HTL sightly.
Example: The sectionTitle is "I love you", I want the data-taget is "I-love-you"
<ul data-sly-list="${contents.sections}">
<li class="title">
<a data-target="#${item.sectionTitle}" class="links">${item.sectionTitle}</a>
</li>
</ul>
Please help me, How to do that?
Thank you so much,
BienHV