On Sat, 21 May 2005, Craig Jackson wrote: > > 1) How to specify case insensitivity across all expressions?
Prefix a regex with (?i) in order to get a case-insensitive match. This is explained in the pcre documentation. > 2) Can I use MACRO in this simple example, e.g. Yes. > 3) Can I use the \N? You can use \N either inside the macro or surrounding it. Tony. -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://dotat.at/ ${sg{\N${sg{\ N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\ \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}} -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
