Rev 274 | Rev 276 | Go to most recent revision | Last modification | Compare with Previous | View Log | RSS feed
* regexp.js
- jsx.regexp.concat():
+ Use jsx.regexp.toString() explicitly
+ Renamed internal methods
- jsx.regexp.RegExp:
+ Support inline pattern-matching modifiers
for PCRE_EXTENDED and PCRE_DOTALL
+ Added `dotAll' and `extended' properties
+ Renamed internally used `oldExec' method to `_oldExec'
+ Updated JSdoc
* test/regexp.php
- Added testcases for pattern-matching modifiers