I want to do find and replace for example . In dreamweaver's find and replace
<p><strong>Business Development</strong></p>
into
<h4>Business Development</h4>
I have to change in lots of files.
I'm trying this

But it's not working.
|
I want to do find and replace for example . In dreamweaver's find and replace
into
I have to change in lots of files. I'm trying this
But it's not working.
| ||||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
You could simply use Dreamweaver's Regex Replace function. (Ctrl-F and check "Use Regular Expression") Find:
Replace:
| |||||
feedback
|
|
| |||
|
feedback
|
|
how about reading the manual? it has all the answers, such as "Search for a specific tag, Containing ...", "Use Regular Expressions", and "Search in Entire Current Local Site". | |||||
feedback
|
|
I saw the answer on your Stack Overflow question, however, I do this sort of thing all the time in Dreamweaver. Simply change the
| |||||||||||
feedback
|