Thank you .. That worked perfectly !
> \r only matches CR; you also need to match \n (LF) > > Try > > The current user is:[\r\n]+(.*) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

