On Mon, 26 Feb 2007, Nigel Frankcom wrote:

> Can anyone tell me if I need to escape the characters within the
> square braces in the following?
> 
> body NF_REM_CHAR1 /remove [*%!+`"£$%^&()_-=#~]/i

A dash indicates a range (e.g. a-z) - if you need that, it's safest to 
put it as the first character in the set. Right now you're specifying 
"any character between _ and =, inclusive".

The ^ would have significance if it was first, but it's not.

You don't have a closing square bracket, which is the third one to 
worry about.

--
 John Hardin KA7OHZ                    http://www.impsec.org/~jhardin/
 [EMAIL PROTECTED]    FALaholic #11174     pgpk -a [EMAIL PROTECTED]
 key: 0xB8732E79 -- 2D8C 34F4 6411 F507 136C  AF76 D822 E6E6 B873 2E79
-----------------------------------------------------------------------
  Microsoft is not a standards body.
-----------------------------------------------------------------------
 15 days until Albert Einstein's 128th Birthday

Reply via email to