Originally posted by fixxxer
В стандарте POSIX нет модификатора жадности. Вероятно, именно "?" и не понимает 5-й ИЕ.
Самое забавное, что на
MSDN про "?" явно написано:
When this character immediately follows any of the other quantifiers (*, +, ?, {n}, {n,}, {n,m}), the matching pattern is non-greedy. A non-greedy pattern matches as little of the searched string as possible, whereas the default greedy pattern matches as much of the searched string as possible. For example, in the string "oooo", 'o+?' matches a single "o", while 'o+' matches all 'o's.
А заявленные
требования к объекту RegExp - IE 4.0
Либо в доке обкосячились, либо в коде...