Forum Moderators: open
Now I want to search for a certain text and replace this text with a tab. So in the replace field I filled in "\t", but this doesn't work. I see "\t" being put in the text.
Does anyone know how to search for text (doesn't matter what) and replace this text with a tab?
Anand
I have found an answer. Instead of replacing it with a tab, I replaced it with a colon or a semicolon. Then I can import it into Dreamweaver with
File > Import > Tabular Data >
data file: name.txt
delimiter: colon or semicolon
But I also checked if OpenOffice uses regular expressions, and it does. So that may also come in handy in the future.
In code view, type a tab, select it, and copy it. Open the Find and Replace dialog and paste the tab into the replace field.
I'd prefer if there was a little pop-up with tab, return, etc. to insert like other apps tend to use, but Dreamweaver has no such functionality.
:)