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