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