>>>>> "DRE" == Daniel R Ehrlich <ehrlich@cse.psu.edu> writes:
DRE> /^from:\s.*@moneyworld.com\b/i
That matches any line beginning with from: and some space, case
insensitively. Write 100 times:
I will escape `@' symbols in strings.
I will escape `@' symbols in strings.
I will escape `@' symbols in strings.
[...]
try /^from:\s.*\@moneyworld.com\b/i
I added a section in the list owner documentation about this; coming soon.
--
Jason L. Tibbitts III - tibbs@uh.edu - 713/743-8684 - 221SR1
System Manager: University of Houston High Performance Computing Center
1994 PC800 "Kuroneko" DoD# 1723
References:
|
|