[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: RegEx help
From: |
Edward F. Brown |
Subject: |
Re: RegEx help |
Date: |
Wed, 23 Nov 2005 18:57:59 -0700 (MST) |
User-agent: |
SquirrelMail/1.4.4-2 |
On Wed, November 23, 2005 11:52 am, Atom Powers said:
> I'm trying to check a user account and send an allert if it's changed.
> But I'm having trouble with my RegEx; it's not matching the way it
> should.
Cfengine seems to be regarding those colons as a special character, its
own field delimiter, or 'Split' character. Try setting the value of
'Split' to something else:
control:
Split = ( " " )
-Ed
- RegEx help, Atom Powers, 2005/11/23
- Re: RegEx help,
Edward F. Brown <=