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