Sciuridae54696d
03/25/2021, 7:31 AM<#assign addressSplit = subsidiary.mainaddress_text?split("/\n/g","r")>
<#list addressSplit[0..2] as addressLine>
${addressLine}<br>
</#list>
Trying to split the subsidiary.mainaddress in freemarker not sure what else I can try...
tried <br> as well, anyone hint me what else I should try?
"/\r/g" , "<br>" "/\n/g"
am I missing something?battk
03/25/2021, 9:50 AMbattk
03/25/2021, 9:50 AMSciuridae54696d
03/25/2021, 3:51 PMbattk
03/25/2021, 3:52 PMbattk
03/25/2021, 3:55 PMscottvonduhn
03/25/2021, 4:51 PM<br />
instead of <br>
, since it is a self-closing tag