RegEx in Dreamweaver -
i know possible because used before... can't remember how!
i have lot of text , paragraphs wrap in <p></p> tags know can using find/replace feature using regex.
can refresh memory? i'm using dreamweaver.
the best way in dreamweaver think use "edit > paste special" menu, past word processor formatting.
if doesn't work reason, can use dreamweaver search , replace "use regular expressions" option enabled, , search , replace for:
\r|\n and replace
</p><p> then that's needed add outer paragraph tag if it's not there.
Comments
Post a Comment