i try
\r\n----------
with
replace :
not works for me
Example: https://i.imgsafe.org/247208542e.png
i need
bitte:dream
whats the right regex way?
i try
\r\n----------
with
replace :
not works for me
Example: https://i.imgsafe.org/247208542e.png
i need
bitte:dream
whats the right regex way?
To do this you need to find what control characters are there. If it only has CR and LF
then \r\n
works fine with regex option selected in replace dialog box.
I have tried this.
To find what control characters are there have a look Here
and then replace it using appropriate regex.