On Mon, Oct 11, 1999 at 11:34:41AM -0400, Paula Ford wrote:
> On Monday, October 11, 1999, Andrew K. Lovetski wrote:
>
> >> 1) What do I do with %REGEXPTEXT & %REGEXPQUOTES macros ?
>
> > Steve Lamb already answered this.
>
> He didn't really explain what they do or what they might be used for.
> Anyone else?
The emailprogram that I currently use has also support for regular
expressions. I think that %REGEXPQUOTES is the same as the option
``quote_regexp'' with my mailer.
This is what it means: (from the manual)
: A regular expression used in the internal-pager to determine quoted
: sections of text in the body of a message.
The default setting for this option is "^([ \t]*[>|#:}])+". This means:
- Zero or more spaces/tabs (tab, space, tab, tab is valid);
- Followed by the symbol >, |, #, : or }
- And the 2 lines above will be matched one or more times
Note that this default does not match the use of names before the
quote-character (like ``HAVOK> Paula> Andrew> ''). Using this example
you can easily test if The Bat! %REGEXPQUOTES is the same as my
quote_regexp.
(I have changed quote_regexp to "^([ \t]*[a-zA-Z]*[>#|])+".)
Hope this helps.
Cya,
Olav
--
--------------------------------------------------------------
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team click here:
<mailto:[EMAIL PROTECTED]>
To Unsubscribe from TBUDL, click below and send the generated message.
<mailto:[EMAIL PROTECTED]>
--------------------------------------------------------------