I use TextMate to edit the project I'm doing (HTML files), and I have <div> tags assigned using the class=navigation property, but I need to change this <div> for the new design that I plan, but they are many (about 47 results if I look for class=navigation ).
So, I need a regular expression to match the entire string that this property is found, but what is it?
source share