[pLog-svn] r2853 - plugins/trunk/atom/class/xml/atom

Oscar Renalias oscar at renalias.net
Thu Jan 26 17:36:18 GMT 2006


Yes it does!

And the other three basically were a copy and paste job :)

Oscar

On 26 Jan 2006, at 19:09, Jon Daley wrote:

> 	Does my regexp actually work?  I am sort of surprised.  I usually  
> can't get regexps right on the first try.
>
>
> On Thu, 26 Jan 2006, oscar at devel.lifetype.net wrote:
>> +            $regexp = '/Username="?([^"]+)"?(,|$)/';
>> +            preg_match( $regexp, $header, $matches );
>> +            $this->userName = $matches[1];
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://devel.lifetype.net/mailman/listinfo/plog-svn
>



More information about the pLog-svn mailing list