All,
VERSION 1.4 (April 2013) The documentation contains the following new fragment Repetitions can also be represented explicitely using numbers
'abbbc' matchesRegex: 'ab{3}c' -- true
Feedback is welcome. Depending on the feedback, Cincom may include this new version on the release media. Enjoy,
__________________________________________
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Michel,
One more comment/question: I seem to remember that repetitions came to regex after version 1.1, so your implementation should probably not be called Regex11. IIRC, Vassily once chose the name VBRegex11 to indicate that it supports regex v1.1. I'd have to check on his old blog to prove that, however.... Joachim "Bany, Michel" <[hidden email]> schrieb: All,
VERSION 1.4 (April 2013) The documentation contains the following new fragment Repetitions can also be represented explicitely using numbers
'abbbc' matchesRegex: 'ab{3}c' -- true
Feedback is welcome. Depending on the feedback, Cincom may include this new version on the release media. Enjoy,
__________________________________________
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by Bany, Michel
For my contribution, I want to use the same license as
Vassili, something like MIT I guess.
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Free forum by Nabble | Edit this page |