![]() HomeBlogSharewareFreewareDownloadsEditorialsArticlesStuffAbout |
|
Regex Library |
|
Version HistoryVersion 1.2: Bug fix Release (April 2004)An eagle eyed user identified a bug to do with inverted ranges when doing Case insensitive matching. Specifically, the expression [^w] should exclude both 'w' and 'W' when doing case insensitive matching. This is now fixed - see the ParseForRange method for details. Version 1.1: General RereleaseA couple of minor bug fixes. Now includes some built in test cases. Important: All files, classes and types renamed to use the ni prefix instead of ml. This shouldn't result in more than minor edits in your code as the external interface of the objects has not changed. Version 1.0b2: Bug fix ReleaseFixed a bug in DFA optimisation which left the resultant state machine non- deterministic, leading to incomplete matches (Reported matches would still have been correct, but longer matches missed) Removed reference to missing file mlUtilities Added reference to new file niSTRING (and included the new file) Version 1.0b1: First Release |
|