bBox_SplitText( text; position; length; skipRepeats; seperator1; seperator2; delimitor ) 

Parameters:
   text: source texttext: sent to NodeJS' stdin

   position: index into source text to start scan

   length: index of last character to scan

   skipRepeats: true if no seperator should be added if there are adjoining seperators

seperator1: first seperator text to use; often a tab or space

seperator2: second seperator; often a return/newline

delimitor: text to add for matching seperators

Output

result of scanned text after substitutionsError:
   none

––––––––––

First appeared in: 0.99

Examples in demo file: 1

Compatibility:   Client, Server, macOS, Ubuntu, Server, WebDirect, WPE

––––––––––

Although similar to FileMaker's native Substitute function, this function can easily work with substrings. It also handles cases where adjacent seperators should be treated as a single seperator, such as where one or more space characters are used between values.

––––––––––

bBox Function

bBox Wiki