On Feb 8, 2011, at 3:35 PM, André Bargull wrote:

> new RegExp("(z)((a+)?(b+)?(c))*").exec("zaacbbbcac")
> => Wrong result in Safari/IE
> 
> new RegExp("(.*?)a(?!(a+)b\\2c)
> => Wrong result in Safari/IE

FYI these should be fixed in Safari with a WebKit nightly build.

cheers,
G.

_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to