Superb.
Search found 2 matches
- Fri Nov 05, 2010 11:03 am
- Forum: General
- Topic: RE sequence operator not working !?
- Replies: 2
- Views: 316
Thanks...
... so simple and such an effect
.
Superb.
Superb.
- Fri Nov 05, 2010 8:30 am
- Forum: General
- Topic: RE sequence operator not working !?
- Replies: 2
- Views: 316
RE sequence operator not working !?
Hi
I'm trying to insert a sequence number into a file consisting of lines containing SQL statements.
I have enabled POSIX style REs in TP 5.4 or 5.3.1.
The interesting part of my data is:
(1234567, 123);
which I would like to replace with:
(1234567, <sequence number>, 123);
So, I search for ...
I'm trying to insert a sequence number into a file consisting of lines containing SQL statements.
I have enabled POSIX style REs in TP 5.4 or 5.3.1.
The interesting part of my data is:
(1234567, 123);
which I would like to replace with:
(1234567, <sequence number>, 123);
So, I search for ...