Internet explorer 8 JScript regular expression bug

前端 未结 1 1157
我在风中等你
我在风中等你 2020-12-21 18:04

I\'m testing in internet explorer 8 on windows XP and hitting into a tedious bug. I am trying to test strings with a regular expression that works fine in firefox and fine t

相关标签:
1条回答
  • As mentioned. The issue here was that "\s" in javascript does not include a non breaking space in IE but includes a non breaking space in FF.

    0 讨论(0)
提交回复
热议问题