Rev 272 | Rev 274 | Go to most recent revision | Last modification | Compare with Previous | View Log | RSS feed
* regexp.js
- Fixed jsx.regexp.toString2(): Support RegExp.prototype method
- jsx.regexp.concat(): Fixed flag merging
- jsx.regexp.intersect(): Several bugfixes
- jsx.regexp.RegExp():
+ Supports special \b expansion in Unicode mode
+ Added unicodeMode property
- jsx.regexp.RegExp.exec(), jsx.regexp.String.match():
+ Use jsx.object.getDataObject() for .groups
+ Access to anonymous groups via .groups[index:int]
+ Trim \b prefix matches
- jsx.regexp.UCDLoadError (),
jsx.regexp.UndefinedPropertyClassError(),
jsx.regexp.InvalidPropertyClassError():
+ Use more distinct local aliases to avoid name collision
with borken JScript versions
- Compiles in ES 5 strict mode
* test/regexp.php
- Refined unit test