
March 2nd, 2013, 01:18 PM
|
|
Registered User
|
|
Join Date: Mar 2013
Posts: 2
Time spent in forums: 3 m 42 sec
Reputation Power: 0
|
|
|
Finding all content incl. returns between 2 phrases..?
I want to use a regular expression that will find all content between a defined start and end phrase such as between </title> and </head> or between <!-- and --> for comments.
Any combination of spaces, new lines, returns and any symbols, numbers and letters could occur between the defined start and end phrases that i mentioned above. So I only want the find to stop if it encounters that phrase in its entirety. I want the start and end phrase included in the replace operation.. So i can alter them too if necessary.
This is for use in Dreamweaver's Find and Replace.
|