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

Popular posts from this blog

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -