In IE, "x".split(/(x)/).length
returns 0
In Firefox, Chrome, Safari, and Opera, it returns 3
.
Does anybody know the reason why? If possible, a reference link will be greatly appreciated.
I believe that it is a IE regex implementation issue, but I can't find any document about that.