- Posted by
- Thanks so much yet again Mofi. It's still not working for me for some reason. I'm using the first code block you gave me: InsertMode ColumnModeOff HexOff UltraEditReOn Find RegExp AllFiles "%*^s*$" Replace All "" But when I select the word Microsoft, it's still not removing any lines. If I change th...Posted in Macros
-   Topics
-   Views
- cephalon
Sep 23, 2011
- Hello, I use UltraEdit often to parse through very large log files, and one task I'm constantly trying to streamline is the removal of uninteresting/repetitive lines. Right now, I'm using the "Delete Lines Containing String" macro from the downloads section, but have found that it is often so slow t...Posted in Macros
-   Topics
-   Views
- cephalon
Sep 23, 2011
- Beautiful. Exactly what I was looking for. Did not think to use a regEx to match a line w/ string... Duh. I was just leaving blank spaces in all my lines that had the search string. Thanks for the help. I modified the tutorial script I referenced in my first post to look like this, and it's much fas...Posted in Scripts
-   Topics
-   Views
- cephalon
Mar 19, 2010
- Hi all: I'm new to the forums and new to UltraEdit. I'm looking for a way to delete lines that contain a string. I've seen plenty of discussion on this, and I've created a script to do this based on the tutorial here: http://goo.gl/JpUK . Problem is, it's incredibly slow. My goal is to be able to cu...Posted in Scripts
-   Topics
-   Views
- cephalon
Mar 19, 2010