Re: regexp problem

From: Alex Malinovich (demonbane_at_the-love-shack.net)
Date: 09/09/03

  • Next message: Naitik Shah: "Re: Ask for some suggestion packages on linux..."
    Date: Tue, 9 Sep 2003 13:29:57 -0500
    To: debuser <debian-user@lists.debian.org>
    
    
    

    On Mon, Sep 08, 2003 at 02:08:58PM +0100, Jason Chambers wrote:
    --snip--
    > > I modified it in order to get rid of the latter by adding
    > > (\([._[:alnum:]-]+\)|) giving me:
    > >
    > > ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhcpd(-2.2.x|): DHCPREQUEST for
    > > [.0-9]+ (\([\.0-9]+\) |)from [:[:alnum:]]+ (\([._[:alnum:]-]+\)|) via
    > > [[:alnum:]]+$
    > > ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhcpd(-2.2.x|): DHCPACK on [.0-9]+ to
    > > [:[:al\num:]]+ (\([._[:alnum:]-]+\)|) via [[:alnum:]]+$
    >
    > ^^^^^^^^^^^^^^^^^^^^^^^
    > You need to move one of the spaces into the optional part, otherwise
    > with no "(guts)" part the rule is looking for 2 consecutive spaces.

    I knew it was bound to be a stupid mistake. :) Thanks! :)

    -- 
    Alex Malinovich
    Support Free Software, delete your Windows partition TODAY!
    Encrypted mail preferred. You can get my public key from any of the
    pgp.net keyservers. Key ID: A6D24837
    
    

    -- 
    To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    


  • Next message: Naitik Shah: "Re: Ask for some suggestion packages on linux..."

    Relevant Pages