Qt Cretor How to replace with new line
Solved
Qt Creator and other tools
-
There is example text
return;
Instead of it I want to do
a(); b();
using find/replace tool of Qt Creator. I want to find one string and replace to two strings... How to replace with new line?
-
Use \n
-