RegEx in a Find/Replace

2005-08-16 Thread Matthew Small
And now for programming question: I'm writing an SP with a large number of parameters. I have a list of these parameters in list form like: Param1, Param2, Param3 I'd like to use the regex features of my IDE (don't ask which one) to transform the list to look like Param1 =

Re: RegEx in a Find/Replace

2005-08-16 Thread Ben Doom
I'd like to use the regex features of my IDE (don't ask which one) to transform the list to look like Well, we kinda need to knkow -- or at least know which regex engine it uses. Not all engines are created equal. --Ben ~|

RE: RegEx in a Find/Replace

2005-08-16 Thread Matthew Small
Since you need to know, Visual Studio NET. What are the differences between the engines? Matthew Small -Original Message- From: Ben Doom [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 16, 2005 10:13 AM To: CF-Talk Subject: Re: RegEx in a Find/Replace I'd like to use the regex

Re: RegEx in a Find/Replace

2005-08-16 Thread Jerry Johnson
Is it either Dreamweaver or Homesite? They use the same engine, don't they? On 8/16/05, Ben Doom [EMAIL PROTECTED] wrote: I'd like to use the regex features of my IDE (don't ask which one) to transform the list to look like Well, we kinda need to knkow -- or at least know which regex

Re: RegEx in a Find/Replace

2005-08-16 Thread Ben Doom
to know, Visual Studio NET. What are the differences between the engines? Matthew Small -Original Message- From: Ben Doom [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 16, 2005 10:13 AM To: CF-Talk Subject: Re: RegEx in a Find/Replace I'd like to use the regex features

RE: RegEx in a Find/Replace

2005-08-16 Thread Matthew Small
need to know, Visual Studio NET. What are the differences between the engines? Matthew Small -Original Message- From: Ben Doom [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 16, 2005 10:13 AM To: CF-Talk Subject: Re: RegEx in a Find/Replace I'd like to use the regex

Re: RegEx in a Find/Replace

2005-08-16 Thread Ben Doom
[EMAIL PROTECTED] -Original Message- From: Ben Doom [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 16, 2005 10:25 AM To: CF-Talk Subject: Re: RegEx in a Find/Replace I don't know what engine VS uses -- it's probably proprietary. However, there are several different engines