Code Program

Regular Expression Search in Dreamweaver

During working on any static site or existing site a lot of times we face a problem that there should be search using wild characters or regular expressions.
For example I have a site at my local where a lot of links:
<a href=”../category/article-title-keyword1.html”>
We need to search all links which are in this category and need to [...]