Regex prob

2001-01-12 Thread Katrina Chapman
I'm having a problem getting a regular expression to work the way I expect it to. Trying to use #ReReplaceNoCase(test, '[^(company=[a-z|\+|(\%0-9A-Z)]+")]', '*', 'ALL')# I am expecting everything that's not "company=(either a letter or a + or a %numberletter sequence) and there can be more th

RE: Regex prob

2001-01-12 Thread Christopher Olive, CIO
2001 11:49 AM To: CF-Talk Subject: Regex prob I'm having a problem getting a regular expression to work the way I expect it to. Trying to use #ReReplaceNoCase(test, '[^(company=[a-z|\+|(\%0-9A-Z)]+")]', '*', 'ALL')# I am expecting everything tha

FW: Regex prob (Re-Post)

2001-01-20 Thread Katrina Chapman
I sent this a week ago and didn't really get a response. So I'm posting again in the hopes that my question will be answered this time. TIA, --K -Original Message- From: Katrina Chapman [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 4:49 PM To: cf-talk Subject:

Re: FW: Regex prob (Re-Post)

2001-01-21 Thread Dick Applebaum
5:44 PM + 1/20/01, Katrina Chapman wrote: >I sent this a week ago and didn't really get a response. So I'm posting >again in the hopes that my question will be answered this time. > >TIA, >--K > >-Original Message- >From: Katrina Chapman [mailto:

Re: [FW: Regex prob (Re-Post)]

2001-01-21 Thread Alex
m: Katrina Chapman [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 4:49 PM To: cf-talk Subject: Regex prob I'm having a problem getting a regular expression to work the way I expect it to. Trying to use #ReReplaceNoCase(test, '[^(company=[a-z|\+|(\%0-9A-Z)]+")]',