I have one small question:
When i click find, then replace, i enter some symbols, which i want to replace. But how i can replace it with "Enter" space ?
I have one small question:
When i click find, then replace, i enter some symbols, which i want to replace. But how i can replace it with "Enter" space ?
You have to tick "Regular Expression" search and use "\n" for replace.
eg.
Search: "div><div"
Reaplce: "div>\n<div"
You must log in to post.