Search found 8 matches

by nkormanik
Tue Apr 07, 2020 12:00 pm
Forum: Regular Expressions Help
Topic: One more here asking: Delete Blank Lines??
Replies: 2
Views: 10747

Re: One more here asking: Delete Blank Lines??

Bummer. "No matches found...."

Any other ideas?
by nkormanik
Mon Apr 06, 2020 12:52 pm
Forum: Regular Expressions Help
Topic: One more here asking: Delete Blank Lines??
Replies: 2
Views: 10747

One more here asking: Delete Blank Lines??

I think I've tried just about every RegEx combination I could find out there. No luck. Given: Text file with some blank lines thrown in. Objective: Remove those blank lines . Of course, using TextCrawler. Can TextCrawler do it?? Closest I think I came: Search: ^$\n? Replace with: nothing If not, no ...
by nkormanik
Wed Jan 15, 2020 12:15 pm
Forum: TextCrawler - General
Topic: Output ONLY lines with specific string
Replies: 2
Views: 6472

Re: Output ONLY lines with specific string

Super. Thanks for getting back.

Can this be set up as a 'command-line' code, and output to file. So as to be automatic?
by nkormanik
Tue Jan 14, 2020 9:58 am
Forum: TextCrawler - General
Topic: Output ONLY lines with specific string
Replies: 2
Views: 6472

Output ONLY lines with specific string

I'm attempting to search in just a single large file. I would like to output ONLY lines that contain a particular string.

Example:
Elton John

Output all lines containing "Elton John".

Any suggestions appreciated.

Thanks!

Nicholas Kormanik
by nkormanik
Fri Feb 15, 2019 12:45 am
Forum: TextCrawler - General
Topic: RegEx for Beginning of File
Replies: 2
Views: 7417

Re: RegEx for Beginning of File

Wonderful! That worked. Terrific program. Fast help. Amazing!
by nkormanik
Thu Feb 14, 2019 11:50 am
Forum: TextCrawler - General
Topic: RegEx for Beginning of File
Replies: 2
Views: 7417

RegEx for Beginning of File

I'm trying to delete from the beginning of a text file to "WXYZ" several lines down.

I tried ^.*WXYZ.

Didn't work.

I really need the RegEx for beginning of the file, in TextCrawler.

Thanks!

Nicholas Kormanik
by nkormanik
Thu Jun 01, 2017 11:06 am
Forum: TextCrawler - General
Topic: Delete everything following line 100
Replies: 2
Views: 12535

Re: Delete everything following line 100

Greatly appreciate your getting back to me and clearly explaining.

Very glad to know that it can be done. And how.

Nicholas Kormanik
by nkormanik
Sat May 27, 2017 12:42 pm
Forum: TextCrawler - General
Topic: Delete everything following line 100
Replies: 2
Views: 12535

Delete everything following line 100

Say we have a standard text file containing 150 lines. We want to delete EVERYTHING after line 100. Including linefeeds/carriage returns. Following the change, when we open the file in a text editor, and hit Ctrl-End to get to the bottom, we end up at line 100. The last 50 lines have been totally re...