views:

19

answers:

1

i need to remove content after using dreamweaver find & replace in multiple files (different content). how can i do that?. will regular expression solve this issue?

+1  A: 

I found the solution
Find box give </html>+[^]*
Replace box </html>

JKS