help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

line-spanning regexp


From: Tennis Smith
Subject: line-spanning regexp
Date: 14 Jan 2003 15:59:40 -0800

Hi,

How do I construct a regexp that looks for two strings that *might* span
two consecutive lines?  

For example, I need a regexp that will find string1 and string2 and 
everything in between for the following scenarios:


blah blah blah blah string1 blah blah string2 blah blah blah

-OR-

blah blah string1 blah
string2 blah blah

TIA,
-Tennis


reply via email to

[Prev in Thread] Current Thread [Next in Thread]