NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: astahl on July 27, 2016, 05:02:14 AM

Title: String Theory Split
Post by: astahl on July 27, 2016, 05:02:14 AM
Hi,

I need to split a string that has character 10 as the boundary. Can this be done?

Ashley
Title: Re: String Theory Split
Post by: Bruce on July 27, 2016, 05:07:58 AM
yes

str.split('<10>')

cheers
Bruce
Title: Re: String Theory Split
Post by: astahl on July 27, 2016, 05:11:29 AM
Thanks Bruce

Ashley