how to split a string two characters at a time js code example Example: split every n character js var str = 'abcdefghijkl'; console.log(str.match(/.{1,3}/g));