|
|
Browse by Tags
All Tags » tag
-
Hello
see this text:foo bar <b> foo bar</b>
foo bar <b> foo bar</b> foo bari need a expression, which finds all the foo expect the <b>-included like here underlined:
foo bar <b> foo bar</b> foo bar <b> foo bar</b> foo barThere can be many <b>-Tags. They are correct ...
-
Hello,
Visual Studio Find and Replace
Problem : Need a Tagged Expression Number to be replaced by the same number incremented by 1.
IE Before: case ...
-
Hi guys,
Sure this is probobly simple but my head just can't get around this issues... I'm trying to parse the HTML to start replacing/removing problem tags to meet W3C AA compliance and various other requirements. The first one i'm working on is removing the 'bgcolor' attribute of any table/tr/td tag. But using the ...
-
I don't own Dreamweaver, but I'll try to help you anyway. Try
(<img\b[^>]*?\salt\s*=\s*"[^"]*)
in the find field and
$1 | appended text here
in the replace field. This should also work, if the alt attribute comes after an href attribute.
-
I wonder how I can delete everything from the string except <li> tags
f.e.
Input
zzz
<li>My first element
<ul>
<li>sub1</li>
<li>sub2</li>
</ul></li> something out
<li>My secont element</li> <br/>
something stupid<li>My third element</li>
Output:
<li>My ...
|
|
|