Return to Snippet

Revision: 51813
at October 12, 2011 14:17 by chopbust


Updated Code
Open the file
Click CTRL + F
Select "Current document" in "Find in" (You can also select the folder if you have multiple files)
Search in "Source code"
Tick "Use regular expression"
Type "[ \ r \ n ] { 2 , }" (without spaces & quotes) in "Find"
Type "\n" (without quotes) in "Replace"
Press "Replace All"

Revision: 51812
at October 5, 2011 02:01 by chopbust


Initial Code
Open the file
Click CTRL + F
Select "Current document" in "Find in" (You can also select the folder if you have multiple files)
Search in "Source code"
Tick "Use regular expression"
Type "[
]{2,}" (without quotes) in "Find"
Type "\n" (without quotes) in "Replace"
Press "Replace All"

Initial URL


Initial Description


Initial Title
Remove Empty Spaces in Dreamweaver

Initial Tags


Initial Language
PHP