Tag Archives: regularexpressions

Regex Split bug in JScript?

I’ve been messing around with JavaScript quite a bit recently and I came across a ‘bug’ in the Microsoft implementation of the split() method. Take the following example string (note the two tabs at the end): var s = “HellotHowtaretyoutt”; … Continue reading

Posted in Code | Tagged , , | Leave a comment