Post Reply 
Filter everything between comment pairs
Oct. 23, 2005, 07:29 PM
Post: #1
Filter everything between comment pairs
Hi,

How can i filter everything between these comment pairs:

Code:
<!-- sig -->
blah
blah
<!-- /sig -->
Quote this message in a reply
Oct. 23, 2005, 08:13 PM
Post: #2
 
$NEST(<!-- sig -->,*,<!-- /sig -->)

OR

<!-- sig -->*<!-- /sig -->

Smile!

Note: these are matching expressions Eyes Closed Smile
Visit this user's website
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: