I have a regular expression pattern: [a-zA-Z0-9]{8}.
Is there some way to negate this pattern? I mean that using that expression I should be able to match all substrings that do not match this pattern.
I tried a negative look behind - (?!(a-zA-Z0-9{8})), but that has never worked in JavaScript.
.split(). Check jsfiddle.net/hwpaqmn9