On Sun, Dec 22, 2002 at 10:30:33AM -0800, Marc Perkel wrote:
> 1234#1234@4568@xxxx@ext
>
> I want to match the text in between the # amd the FIRST @.
> I tried #.*@ and that seems to match to the last @.
> How do I do this?
#[^@]*@
----------------------------------------------------------------------
Steven A. Reisman <sar@???> P.O. Box 409
PressEnter LLP 421 N 2nd Street
715-426-2100 or 651-436-5254 River Falls, WI 54022
----------------------------------------------------------------------