filemanip/System
Erik Hesselink 0fb804cc21 Fixed matching of groups.
Matching of the tail of all groups would continue if any matched, leading to (aa|bb) matching the string ab. Also, any empty group would mean continuing to match the rest of the terms, ignoring a non-empty matching group. This lead to (aa|a) not matching the string a.
2012-04-17 16:22:19 +02:00
..
FilePath Fixed matching of groups. 2012-04-17 16:22:19 +02:00