split an array every 8th place javascript code example Example: js split string every n characters foo.match(new RegExp('.{1,' + n + '}', 'g'));