Files
Nim/lib
Joseph Turner 13e5a9ea6c Fixes matching error #2418
Fixes the split iterator, the main problem was with the incrementation
of 'last'. Last was first incremented to the index of the first
character after the match, but was then incremented again at the
beginning of the while loop. This caused a problem if that character
after the first match, also matched the regular expression.
2015-04-08 17:00:28 +01:00
..
2015-04-08 17:00:28 +01:00
2015-04-06 14:36:36 +03:00
2015-04-04 01:19:31 +02:00
2015-04-08 11:24:53 +03:00
2015-04-04 01:19:30 +02:00
2013-03-16 23:53:07 +01:00
2014-08-28 09:50:51 +02:00
2014-08-28 09:59:26 +02:00
2015-04-08 13:49:16 +02:00