Search found 324 matches
- Fri Jan 21, 2022 4:16 pm
- Forum: General
- Topic: Can't open file in Workspace by double clicking on file
- Replies: 1
- Views: 1072
Can't open file in Workspace by double clicking on file
I have TextPad open with a Workspace, I have .txt files associated with TextPad from within TextPad, and I have Allow Multiple Instances To Run unchecked. When I double click on a .txt file, it opens in a new instance of TextPad. I have to right click on the file, and select Open with TextPad in ...
- Thu Aug 26, 2021 12:08 am
- Forum: General
- Topic: Sort scrambling data
- Replies: 3
- Views: 2060
- Wed Aug 25, 2021 4:38 pm
- Forum: General
- Topic: Sort scrambling data
- Replies: 3
- Views: 2060
Sort scrambling data
I have a plain text data file of just under 100K rows. The data are all 5 to 8 digit numbers. I sort it using First Key From: 1 First Key Length: 10 Sort Order: Ascending Comparison: Case insensitive or Case sensitive The data becomes garbled. I know that I should be using Comparison: Numeric, and ...
- Tue Aug 10, 2021 8:30 pm
- Forum: General
- Topic: Crash using this Regex: ^D*(d+)D*$
- Replies: 3
- Views: 2091
I bet that is not the regex you wanted to post, because without the backslashes you surely are unable to get numbers. Yours works, but I'm puzzled why mine blew up TP. I tried it in Expresso, and it understood it. Tried it in another tool, and it worked fine. Update: Now I'm seeing that it stripped ...
- Tue Aug 10, 2021 7:54 pm
- Forum: General
- Topic: Crash using this Regex: ^D*(d+)D*$
- Replies: 3
- Views: 2091
Here is a sample of the text. SQL Server Message Results, and I was trying to get just the numbers to add them up [by then copy and pasting into Excel]. (1000 rows affected) (1000 rows affected) (1000 rows affected) (1000 rows affected) (1000 rows affected) (1000 rows affected) (1000 rows affected ...
- Tue Aug 10, 2021 7:50 pm
- Forum: General
- Topic: Crash using this Regex: ^D*(d+)D*$
- Replies: 3
- Views: 2091
Crash using this Regex: ^D*(d+)D*$
I tried changing this:
^\D*(\d+)\D*$
To this:
$1
And crash
^\D*(\d+)\D*$
To this:
$1
And crash
- Thu Jul 22, 2021 10:57 pm
- Forum: General
- Topic: Need Expert Help, I think with Negative Lookbehind
- Replies: 3
- Views: 1996
- Thu Jul 22, 2021 7:54 pm
- Forum: General
- Topic: Need Expert Help, I think with Negative Lookbehind
- Replies: 3
- Views: 1996
Need Expert Help, I think with Negative Lookbehind
I'm trying to match on a SQL INSERT statement, but only up to the first GO statement. I think I need Negative Lookbehind assist, but I could not make it work.
This will keep finding until the LAST GO statement, but I only want the NEXT GO statement after the INSERT.
This will keep finding until the LAST GO statement, but I only want the NEXT GO statement after the INSERT.
insert +into +dbo.account .*GO
- Fri Feb 19, 2021 4:13 pm
- Forum: General
- Topic: 8.4 Open in TextPad session
- Replies: 14
- Views: 6003
- Wed Jul 17, 2019 10:07 pm
- Forum: General
- Topic: Cannot find a download link for TextPad 8.2
- Replies: 4
- Views: 2098
- Wed Jul 03, 2019 11:19 pm
- Forum: General
- Topic: Cannot find a download link for TextPad 8.2
- Replies: 4
- Views: 2098
Nevermind
Weird proxy issues here, I'm thinking.
- Wed Jul 03, 2019 11:17 pm
- Forum: General
- Topic: Cannot find a download link for TextPad 8.2
- Replies: 4
- Views: 2098
Cannot find a download link for TextPad 8.2
I've tried a couple of links that I thought might work. Nothing.
- Sat Feb 09, 2019 8:25 pm
- Forum: General
- Topic: [\x7F-\xFF] does not appear to work
- Replies: 3
- Views: 2759
- Sat Feb 09, 2019 8:23 pm
- Forum: General
- Topic: [\x7F-\xFF] does not appear to work
- Replies: 3
- Views: 2759
- Fri Feb 08, 2019 6:54 am
- Forum: General
- Topic: [\x7F-\xFF] does not appear to work
- Replies: 3
- Views: 2759
[\x7F-\xFF] does not appear to work
I'm trying to use the Regex Range of [\x7F-\xFF], but it does not appear to work. I can find some characters in the range, but not everything. Here are two specifics. I cannot find the left single quote (‘). ALT-0145 on the keyboard. I can find the latin small letter y with diaeresis (ÿ). ...