js split string in array every 2000 characters code example Example: js split string every n characters foo.match(new RegExp('.{1,' + n + '}', 'g'));