On Sunday 27 June 2004 22:39, Gabor Hojtsy wrote: > >>>Curious, why isn't "edited" a category here? > >> > >>It is generated from newsgroup (mailing list) archives, and there was no > >>mail generated on note editing since the begining, or was it? > > > > Looking here: > > http://news.php.net/php.notes/start/1 > > > > It shows a modified note so it looks as though they've > > been around forever (at least since the year 2000). > > Aham, okay, so then the question is also up from my side :)
the regex isn't able to handle them $reg = '/^note (\d*) (.*) from ([^ ]*) by ([a-z]*)/'; examples: note 24679 deleted from function.explode by aidan note 24957 modified in function.explode by aidan I'm not an regex expert, it only seems to need an 'from or in' part, it should match both suggestions welcome :) I've been at two birthdays today and my mom thinks I'm drunk.. better go to bed now Vincent > > Goba >
