jQuery Split?

jQuery Split?

Hi guys,

I'm curious about whether there is any implementation of a jQuery split method that incorporates cross browser use for Regex. IE8 has some problems with understanding Regex in split in the same way the modern browsers do and I found a nice polyfill script that solves it.  However, is something like this under jQuery's "jurisdiction"? I was certainly surprised when I realized that split doesn't work the same way in all browsers. In fact, I usually use the lack of a jQuery solution as an indication that a certain native Javascript method performs the same way across all browsers. Any thoughts would be appreciated.

Filip