Thanks for taking care of this, Jussij.
Best regards,
Brad
Search found 3 matches
- Thu Apr 27, 2006 12:23 pm
- Forum: General
- Topic: Searching for blank line in .txt file with ^$
- Replies: 4
- Views: 12352
- Wed Apr 19, 2006 9:29 am
- Forum: General
- Topic: Searching for blank line in .txt file with ^$
- Replies: 4
- Views: 12352
Searching for blank line in .txt file with ^$
Thanks, Jussi. I'll keep a sharp eye out for the patch.
- Wed Apr 19, 2006 1:20 am
- Forum: General
- Topic: Searching for blank line in .txt file with ^$
- Replies: 4
- Views: 12352
Searching for blank line in .txt file with ^$
I am editing a .txt file under Windows XP Pro. I have blank lines in my file (0D.0A in the hex dump, as I would expect). A search for ^$ wirh regular expressions enabled does not find the blank line. Searches including \n or \r do not return results anywhere in the file. A search for ^.*$ will find ...