Re: Troubles with reg exp

2002-02-12 Thread Tanton Gibbs
HTH, Tanton - Original Message - From: "Mark Anderson" <[EMAIL PROTECTED]> To: "Stuart Clark" <[EMAIL PROTECTED]> Cc: "Beginners@Perl. Org" <[EMAIL PROTECTED]> Sent: Tuesday, February 12, 2002 3:59 PM Subject: RE: Troubles

RE: Troubles with reg exp

2002-02-12 Thread Mark Anderson
- From: Stuart Clark [mailto:[EMAIL PROTECTED]] Sent: Monday, February 11, 2002 7:32 PM To: perllist Subject: Troubles with reg exp Hi All, I'm having trouble with this regular expression I have data file with colon separated delimiters The data below has 6 colon delimiters I want to check to

Re: Troubles with reg exp

2002-02-11 Thread John W. Krahn
Stuart Clark wrote: > > Hi All, Hello, > I'm having trouble with this regular expression > I have data file with colon separated delimiters > The data below has 6 colon delimiters > I want to check to make sure that none of the lines of data has more or less > than 6 colons in it (EG: Lets say

Re: Troubles with reg exp

2002-02-11 Thread Dave Benware
Stuart Clark wrote: > > Hi All, > I'm having trouble with this regular expression > I have data file with colon separated delimiters > The data below has 6 colon delimiters > I want to check to make sure that none of the lines of data has more or less > than 6 colons in it (EG: Lets say David ent

Troubles with reg exp

2002-02-11 Thread Stuart Clark
Hi All, I'm having trouble with this regular expression I have data file with colon separated delimiters The data below has 6 colon delimiters I want to check to make sure that none of the lines of data has more or less than 6 colons in it (EG: Lets say David enters his phone number as 9876:4342)