Rev 270 | Rev 272 | Go to most recent revision | Last modification | Compare with Previous | View Log | RSS feed
* regexp.js
- Use \p{Word} from UCD instead of hard-coded value
- Renamed test case from test/regexp.html to test/regexp.php
(referred without suffix -- "Cool URIs don't change")
* test/regexp.php
- Fixed invalid markup
- Added help for acronyms
- Added "View source" link
* UnicodeData.js (UCD)
- All property classes are alphabetically sorted by property name
- Added `N' (numbers) property class
- Added `Word' property class to include numbers (\p{N})