Join Slack
Powered by
you can string replace it and then split it to an ...
# suitescript
p
Peter Bertelsen
05/27/2020, 5:01 AM
you can string replace it and then split it to an array var x = value.replace(/\u0001/g, '-') var y = x.split('-')
Open in Slack
Previous
Next