Search found 9 matches
- Fri Jul 08, 2011 2:19 pm
- Forum: General
- Topic: Combining lines of text
- Replies: 2
- Views: 462
- Thu Jul 07, 2011 6:35 pm
- Forum: General
- Topic: Combining lines of text
- Replies: 2
- Views: 462
Combining lines of text
I have alot of records in a text file. Most are contained on one line but some records are split into two lines. If the 4th char is "1", "2", or "3" then the record is ok. If the 4th char is something else (usually but not always a "~") then the whole line should be added to the end of the previous ...
- Thu Mar 20, 2008 3:45 am
- Forum: General
- Topic: Simple Find in Files Question
- Replies: 3
- Views: 395
- Wed Mar 19, 2008 7:36 pm
- Forum: General
- Topic: Simple Find in Files Question
- Replies: 3
- Views: 395
Simple Find in Files Question
Trying to find the occurences of an expression in a folder containing a large number of files (300+). When I run the search using Find in Files Textpad gives me the no. of occurences (84, in this case) but it does not list the lines out explicitly. How do I reconfigure to view the output?
- Sat Jan 19, 2008 2:02 am
- Forum: General
- Topic: Search and Replace Question
- Replies: 8
- Views: 1068
- Fri Jan 18, 2008 9:57 pm
- Forum: General
- Topic: Search and Replace Question
- Replies: 8
- Views: 1068
- Fri Jan 18, 2008 3:07 pm
- Forum: General
- Topic: Search and Replace Question
- Replies: 8
- Views: 1068
Here's a second problem from the same data set
I've gotten pretty fast at manually moving around data in Textpad. That's one of the reasons I like it so
much. The downside is it makes it too easy to do a brute force solution when an elegant Regular Expression
would do the heavy lifting better.
Here's another potential POSIX problem from the ...
much. The downside is it makes it too easy to do a brute force solution when an elegant Regular Expression
would do the heavy lifting better.
Here's another potential POSIX problem from the ...
- Thu Jan 17, 2008 11:10 pm
- Forum: General
- Topic: Search and Replace Question
- Replies: 8
- Views: 1068
- Thu Jan 17, 2008 7:54 pm
- Forum: General
- Topic: Search and Replace Question
- Replies: 8
- Views: 1068
Search and Replace Question
I'm trying to line up columns in a text doc that has omitted fields for some data elements.
Here's the type of command I'm trying to implement
"If there is not a hyphen in column 18 [column 18 <> "-"] then insert 17 blank spaces starting in column 14". Some additional info which may help. If ...
Here's the type of command I'm trying to implement
"If there is not a hyphen in column 18 [column 18 <> "-"] then insert 17 blank spaces starting in column 14". Some additional info which may help. If ...