Re: RegEX

2008-10-05 Thread Micheal Espinola Jr
Before you buy a book, check out RegexBuddy and thier support site.
you may find that you dont need a book for what you are trying to
acomplish.

On 10/3/08, Mike French [EMAIL PROTECTED] wrote:
 That's on my list - Thanks Kurt!

 -Original Message-
 From: Kurt Buff [mailto:[EMAIL PROTECTED]
 Sent: Friday, October 03, 2008 12:22 PM
 To: NT System Admin Issues
 Subject: Re: RegEX

 http://www.bookpool.com/sm/0596528124

 On Fri, Oct 3, 2008 at 8:34 AM, Mike French
 [EMAIL PROTECTED] wrote:
 Anybody use a Regex (prce) builder for windows? I've not played with
 Regex much (doing my leg work on the context) and would like to find a
 utility that would give me some debugging output and correct syntax on
 expressions. I played with a few but, I'm such a noob that I don't
 know
 if I'm looking in the right places. The feed back from a utility will
 help me learn the how, why etc. on expression building

 MIKE FRENCH
 NETWORK ENGINEER
 ~EQUITY BANK
 Office: 214.231.4565
 [EMAIL PROTECTED]
 Doing IT Right!


 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~


 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~


-- 
Sent from Gmail for mobile | mobile.google.com

ME2

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~


RE: RegEX

2008-10-03 Thread Andy Ognenoff
I've been using RegExBuddy to learn and to maintain a library of useful
expressions. It comes with a standard set of expressions that are pretty
useful too. It's got a really nice explain function that tells you what
each part of the expression you're building does.

http://www.regexbuddy.com/

 - Andy O.

-Original Message-
From: Mike French [mailto:[EMAIL PROTECTED]
Sent: Friday, October 03, 2008 10:35 AM
To: NT System Admin Issues
Subject: RegEX

Anybody use a Regex (prce) builder for windows? I've not played with
Regex much (doing my leg work on the context) and would like to find a
utility that would give me some debugging output and correct syntax on
expressions. I played with a few but, I'm such a noob that I don't know
if I'm looking in the right places. The feed back from a utility will
help me learn the how, why etc. on expression building

MIKE FRENCH
NETWORK ENGINEER
~EQUITY BANK
Office: 214.231.4565
[EMAIL PROTECTED]
Doing IT Right!


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~


RE: RegEX

2008-10-03 Thread Mike French
Thanks Andy,
 Looks like the road to Regex will be a little easier; I'm still doing
some digging. Looks like a lot to learn but, once I get my brain wrapped
around this, it might not be too bad.

-Original Message-
From: Andy Ognenoff [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 03, 2008 11:23 AM
To: NT System Admin Issues
Subject: RE: RegEX

I've been using RegExBuddy to learn and to maintain a library of useful
expressions. It comes with a standard set of expressions that are pretty
useful too. It's got a really nice explain function that tells you
what
each part of the expression you're building does.

http://www.regexbuddy.com/

 - Andy O.

-Original Message-
From: Mike French [mailto:[EMAIL PROTECTED]
Sent: Friday, October 03, 2008 10:35 AM
To: NT System Admin Issues
Subject: RegEX

Anybody use a Regex (prce) builder for windows? I've not played with
Regex much (doing my leg work on the context) and would like to find a
utility that would give me some debugging output and correct syntax on
expressions. I played with a few but, I'm such a noob that I don't know
if I'm looking in the right places. The feed back from a utility will
help me learn the how, why etc. on expression building

MIKE FRENCH
NETWORK ENGINEER
~EQUITY BANK
Office: 214.231.4565
[EMAIL PROTECTED]
Doing IT Right!


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~


Re: RegEX

2008-10-03 Thread Steven Peck
I am a fan of Regex Buddy.
http://www.regexbuddy.com/

I used it when we had to build expressions for some telephony
integration with LCS and a co-worker loved it for building expressions
for testing incoming/outgoing email for PHI information to match HIPAA
requirements.

Steven

On Fri, Oct 3, 2008 at 8:34 AM, Mike French
[EMAIL PROTECTED] wrote:
 Anybody use a Regex (prce) builder for windows? I've not played with
 Regex much (doing my leg work on the context) and would like to find a
 utility that would give me some debugging output and correct syntax on
 expressions. I played with a few but, I'm such a noob that I don't know
 if I'm looking in the right places. The feed back from a utility will
 help me learn the how, why etc. on expression building

 MIKE FRENCH
 NETWORK ENGINEER
 ~EQUITY BANK
 Office: 214.231.4565
 [EMAIL PROTECTED]
 Doing IT Right!


 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~


Re: RegEX

2008-10-03 Thread Kurt Buff
http://www.bookpool.com/sm/0596528124

On Fri, Oct 3, 2008 at 8:34 AM, Mike French
[EMAIL PROTECTED] wrote:
 Anybody use a Regex (prce) builder for windows? I've not played with
 Regex much (doing my leg work on the context) and would like to find a
 utility that would give me some debugging output and correct syntax on
 expressions. I played with a few but, I'm such a noob that I don't know
 if I'm looking in the right places. The feed back from a utility will
 help me learn the how, why etc. on expression building

 MIKE FRENCH
 NETWORK ENGINEER
 ~EQUITY BANK
 Office: 214.231.4565
 [EMAIL PROTECTED]
 Doing IT Right!


 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~


RE: RegEX

2008-10-03 Thread Mike French
That's on my list - Thanks Kurt!

-Original Message-
From: Kurt Buff [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 03, 2008 12:22 PM
To: NT System Admin Issues
Subject: Re: RegEX

http://www.bookpool.com/sm/0596528124

On Fri, Oct 3, 2008 at 8:34 AM, Mike French
[EMAIL PROTECTED] wrote:
 Anybody use a Regex (prce) builder for windows? I've not played with
 Regex much (doing my leg work on the context) and would like to find a
 utility that would give me some debugging output and correct syntax on
 expressions. I played with a few but, I'm such a noob that I don't
know
 if I'm looking in the right places. The feed back from a utility will
 help me learn the how, why etc. on expression building

 MIKE FRENCH
 NETWORK ENGINEER
 ~EQUITY BANK
 Office: 214.231.4565
 [EMAIL PROTECTED]
 Doing IT Right!


 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~