Search found 324 matches

by kengrubb
Tue May 08, 2018 5:51 pm
Forum: General
Topic: Visible Characters, Except for Comma and Quote
Replies: 2
Views: 1808

Visible Characters, Except for Comma and Quote

I wanted to do a search and replace of all visible characters (Space thru Tilde), except for Comma and Quote, and replace it with a lowercase x. I tried to use this, but I missed some things. [x20-x21x23-x2Bx2D-x7E] Then I tried this, which also missed some things. ([x20-x21]|[x23-x2B]|[x2D-x7E]) Sh...
by kengrubb
Mon Apr 23, 2018 9:31 pm
Forum: General
Topic: Help with Regex
Replies: 5
Views: 3105

ben_josephs wrote:The ordering isn't quite right. Try
^.{5}(?!.*get )(?:[^*].*)?\*isn
A great many thanks!
by kengrubb
Mon Apr 23, 2018 7:29 pm
Forum: General
Topic: Help with Regex
Replies: 5
Views: 3105

Re: Help with Regex

Use a negative lookahead : ^.{5}((?:[^*](?!.*get +).*)?\*isn) I was thinking it should be negative lookbehind, but I haven't used them enough to really master them. Getting hits on these strings using your RE. 2580 GET RFRL-V *ISN(LABEL_3.) 1210 GET UPD-CLAIM *ISN (RD-CLM.) 1600 GET CLAIM *ISN (098...
by kengrubb
Mon Apr 23, 2018 6:48 pm
Forum: General
Topic: Help with Regex
Replies: 5
Views: 3105

Re: Help with Regex

AmigoJack wrote:
kengrubb wrote:I'm working in Natural, as in Software AG Natural.
Not sure why you say that, but I thought this board always relates to TextPad (and its regular expression abilities).
I should have been clearer. I'm using Textpad to search and view Natural code.
by kengrubb
Tue Apr 17, 2018 11:34 pm
Forum: General
Topic: Help with Regex
Replies: 5
Views: 3105

Help with Regex

I've been puzzling over how to make this happen, and I just know there's someone way smarter than me with Regex who can make this happen. I want to do a Regex Search to find this: ^.{5}([^*].*\*isn|\*isn) But not find this: ^.{5}([^*].*get +.*\*isn|get +.*\*isn) If someone is wondering, I'm working ...
by kengrubb
Wed Mar 29, 2017 7:02 pm
Forum: General
Topic: Is Generate Sequence Numbers (with \i) unique to TextPad?
Replies: 0
Views: 2615

Is Generate Sequence Numbers (with \i) unique to TextPad?

This is one of my stupid questions. I work so much in TP, and I just assume the rest of the world plays catch, though perhaps it does not. Is \i something unique to TP? It seems so simple and logical that I assumed it was part of Regex. However, it appears that perhaps I assumed incorrectly and this...
by kengrubb
Wed Mar 08, 2017 9:27 am
Forum: General
Topic: Nearly 18 years later, and I'm still using TextPad daily
Replies: 6
Views: 3231

I too have an UltraEdit license. For hex viewing, I like it and it's convenient. However, I've broken it's RE more than once, and I rely upon RE with my life, almost.
by kengrubb
Thu Jan 12, 2017 8:51 am
Forum: General
Topic: Nearly 18 years later, and I'm still using TextPad daily
Replies: 6
Views: 3231

Nearly 18 years later, and I'm still using TextPad daily

Much of my work truly revolves around TP. I would probably be lost without it. Over the last 18 months, I've been working as a Data Warehouse DBA, which is something of a transition after 25 years as an Application Developer, 24 of those in COBOL, 23 on the Mainframe. It does throw challenges at me ...
by kengrubb
Wed Nov 23, 2016 5:55 pm
Forum: WildEdit
Topic: Message out of WE: m_mapDst too small
Replies: 3
Views: 6106

Much appreciated
by kengrubb
Sun Oct 16, 2016 6:46 pm
Forum: General
Topic: Does the Sort function have an upper limit?
Replies: 0
Views: 1500

Does the Sort function have an upper limit?

Recently had the need to sort and remove duplicates from a 125 MB file with about 8.5 million records, that reduced down to about 10 unique records. Wondered about how well it would hold up to something more vigorous. So I cloned the data to build a 1.5 GB file with 100 million records. Took about 1...
by kengrubb
Mon Jan 04, 2016 10:17 pm
Forum: General
Topic: Allow multiple instances and the context menu
Replies: 11
Views: 1717

Broken again in 8.x
by kengrubb
Wed Dec 30, 2015 4:31 pm
Forum: General
Topic: LOVE VERSION 8!!!
Replies: 4
Views: 1127

Echoing this sentiment
by kengrubb
Sun Dec 27, 2015 2:17 am
Forum: General
Topic: End of File symbol
Replies: 10
Views: 3551

Ctrl+End for DocumentEnd

Not a search, but a valid keystroke sequence
by kengrubb
Sat Dec 26, 2015 12:05 am
Forum: General
Topic: Install info
Replies: 2
Views: 773

Try here. May also work for Win7.

https://support.microsoft.com/en-us/kb/310441
by kengrubb
Sat Dec 26, 2015 12:00 am
Forum: General
Topic: End of File symbol
Replies: 10
Views: 3551

SE is a strange and wonderful place