Does anyone know how to successfully `split` a tex...
# suitescript
m
Does anyone know how to successfully
split
a text area field in a PDF template? So far tried
<#list record.custbody_field?split("\n") as x>
, replacing
"\n"
the split with
\r
,
\x05/
,
<br */?>
,
r'\s*,\s*', 'r'
,
/[r]/g
but no luck