- Posted by
- I can't believe it's so simple. Thanks a lot!!!Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- greg123
Oct 02, 2011
- Hi, In a large txt file I'm unsuccessfully trying to find lines, that contain different words between tags <tag1></tag1> and <tag2></tag2>. Example: <tag1>abc</tag1><tag2>abc</tag2> <tag1>def</tag1><tag2>def</tag2> <tag1>xxx</tag1><tag2>ccc</tag2> In this example only <tag1>xxx</tag1><tag2>ccc</tag2...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- greg123
Oct 02, 2011
- Hi, 1. I need to delete lines that are longer than specified line length (e.g. 180 chars). My macro works, but it's extremely slow. 2. It wolud be nice not to have to specify number of loops to run (50000 in this example). Please help. Here is my macro: InsertMode ColumnModeOff HexOff Loop 50000 Key...Posted in Macros
-   Topics
-   Views
- greg123
Oct 06, 2010
- Thank you for help. 1. I've already tried and retried the first solution and no lines are deleted. Deleting lines works fine when I use option Hide Lines, and then Edit - Delete - Delete All Hidden Lines, but it does nothing when I use option Show Lines, and then Edit - Delete - Delete All Hidden Li...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- greg123
Jun 21, 2010
- Hi, Is there a way to delete lines that do not contain specified string using these new Hide lines/Show lines and Delete all Hidden Lines options? I'm trying to remove lines that do not contain </Source> string from large txt file. "Show lines" option allows to show only lines that contain that stri...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- greg123
Jun 21, 2010