Need help for Search and replace feature TX
-
Hello,
I have a TXT file containing 10000 lines.
I need to find a string like: “Example_table on every data”
And replace it by:
Example_Table
On every data
Means the result must be in two lines not one.
I cannot find how to do that “easily” with search and replace.
Thanks in advance for your help. -
Hi, michel buart
Open the Replace dialog (CTRL + H)
Find what: Example_table on every data
Replace with: Example_table\r\nOn every data
check enhanced mode \r \n \t \x …peter