Hi,
I and trying to search in Dreamweaver using regular expressions. I want to find pages that have the words "_document" and "request". I wrote the following expression:
(_document.*request|reques
t.*_docume
nt)
But that did not work. Can anyone help with this?
Start Free Trial