erictgrubaugh
02/08/2019, 3:14 AMsplit
, you need the 'r'
second parametermrob
02/08/2019, 5:18 PM'r'
flag with each of those newline options but still haven't cracked it unfortunately. Please let me know if you have any other suggestions!erictgrubaugh
02/08/2019, 6:20 PMerictgrubaugh
02/08/2019, 6:21 PM$
to workmrob
02/08/2019, 7:28 PM?split(/$/, 'r')
? it's a Text Area record property that i'm trying to spliterictgrubaugh
02/08/2019, 7:30 PM?split("$", "r")
erictgrubaugh
02/08/2019, 7:31 PM/regex/flags
structureerictgrubaugh
02/08/2019, 7:32 PMs?replace('ba*', 'XY', 'r')
erictgrubaugh
02/08/2019, 7:32 PM'ba*'
not /ba*/
mrob
02/08/2019, 7:32 PMmrob
02/08/2019, 7:33 PMmrob
02/08/2019, 7:33 PM<#list record.custbody_banking_details?split("$",'r') as x>
with "$": ${x}
</#list>
<hr></hr>
mrob
02/08/2019, 7:34 PMmrob
02/08/2019, 7:34 PMwith "$": First Line
Second Line...
mrob
02/08/2019, 7:35 PMmrob
02/08/2019, 7:36 PMnlapiGetFieldValue('custbody_banking_details')
I can split with \n
and it works just fineerictgrubaugh
02/08/2019, 7:36 PMerictgrubaugh
02/08/2019, 7:36 PM\n
tomrob
02/08/2019, 8:17 PMerictgrubaugh
02/08/2019, 8:18 PMerictgrubaugh
02/08/2019, 8:18 PM