
13 Jul
2005
13 Jul
'05
6:13 p.m.
On Wed, 13 Jul 2005 19:00:12 +0200 "Jan Hermelink" <Jan.Hermelink@metalogic.de> wrote:
"If the end of sequence is reached (regex_search returns false), the iterator becomes equal to the end-of-sequence iterator value, unless the sub-expression being enumerated has index -1: In which case the iterator enumerates one last string that contains all the characters from the end of the last regular expression match to the end of the input sequence being enumerated, provided that this would not be an empty string."
!!! "provided that this would not be an empty string" !!!
Why does it have to jive with regex? If you want regex, use regex. If you want split-like-a-script, then use split...