Search found 10 matches
- Tue Feb 24, 2009 8:35 am
- Forum: Enhancement Suggestions
- Topic: Search in all files
- Replies: 4
- Views: 881
- Wed Feb 04, 2009 1:47 pm
- Forum: Enhancement Suggestions
- Topic: Search in all files
- Replies: 4
- Views: 881
Search in all files
Hi. Usinx textpad 5.2.0. When searching for text, using the "In All Documents" option, I can search for a string in multiple documents. It returns I.E. 13 occurences found, but the search result does not display, and I can't seem to find a way to see where these 13 occurences appears. http://www ...
- Thu Sep 20, 2007 6:27 am
- Forum: General
- Topic: Finding duplicate lines
- Replies: 2
- Views: 725
- Wed Sep 19, 2007 11:22 am
- Forum: General
- Topic: Finding duplicate lines
- Replies: 2
- Views: 725
Finding duplicate lines
Hi. I need to search a file for duplicate entries. I don't need to replace them, just find them, as they need to be dealt with manually. The duplicate lines will probably be next to each other as in the example below. Example file ...
- Thu Aug 24, 2006 1:45 pm
- Forum: General
- Topic: Delete lines starting with # in selected text
- Replies: 5
- Views: 891
- Thu Aug 24, 2006 1:14 pm
- Forum: General
- Topic: Delete lines starting with # in selected text
- Replies: 5
- Views: 891
Another issue has come up...
How do I delete blank lines?
Thanks,
Bjorn
Code: Select all
Line1
Line 2
Line3
Should be
Line1
Line2
Line3
Bjorn
- Thu Aug 24, 2006 1:00 pm
- Forum: General
- Topic: Delete lines starting with # in selected text
- Replies: 5
- Views: 891
I've got it
with
Replaced with nothing
Code: Select all
^# .*$
- Thu Aug 24, 2006 12:37 pm
- Forum: General
- Topic: Delete lines starting with # in selected text
- Replies: 5
- Views: 891
Delete lines starting with # in selected text
Hi.
I'd like to delete all lines starting with # within selected text.
I've tried find: ^#$
Replaced with "" but there's something wrong with the regular expression.
Thanks,
Bjorn
I'd like to delete all lines starting with # within selected text.
Code: Select all
# Delete me
Keep me
#Delete me
Keep me
Would end up with
Keep me
Keep me
Replaced with "" but there's something wrong with the regular expression.
Thanks,
Bjorn
- Thu Jul 06, 2006 12:36 pm
- Forum: General
- Topic: Searching for lines with two "="
- Replies: 2
- Views: 495
- Thu Jul 06, 2006 12:30 pm
- Forum: General
- Topic: Searching for lines with two "="
- Replies: 2
- Views: 495
Searching for lines with two "="
I need to search through a document line by line and check if there are lines which contain the "=" character more than once.
Any ideas?
Thanks,
Bjorn
Any ideas?
Thanks,
Bjorn