Hello ak47wong,
Thanks again! I wanted to type 'now I must...' instead of 'no I must...'
I tried to 'manipulate' your first answer at my first question
Find what: ^(65.*_)!.*!(.*) [replace the underscore with a space]
Replace with: \1\2
[X] Regular expression
Click Replace All
But without ...
Search found 6 matches
- Wed Nov 09, 2011 4:11 pm
- Forum: General
- Topic: remove info in lines beginning with 65
- Replies: 5
- Views: 858
- Wed Nov 09, 2011 11:02 am
- Forum: General
- Topic: remove info in lines beginning with 65
- Replies: 5
- Views: 858
remove text after the last note of exclamation
Hello ak47/wong,
No I must remove all text after the last note of exclamation, in all lines,
Is it possible to make an regular expression to do this ?
old record...
4701 mc
3011 Theresa W.@Devasahayam!337826528!Theresa W. Devasahayam
4900 01-06-11 18:57:48.000
6501 !333331370!Jamaica
6502 ...
No I must remove all text after the last note of exclamation, in all lines,
Is it possible to make an regular expression to do this ?
old record...
4701 mc
3011 Theresa W.@Devasahayam!337826528!Theresa W. Devasahayam
4900 01-06-11 18:57:48.000
6501 !333331370!Jamaica
6502 ...
- Fri Jul 22, 2011 9:17 am
- Forum: General
- Topic: compare with output of difference
- Replies: 3
- Views: 785
- Thu Jul 21, 2011 9:31 am
- Forum: General
- Topic: compare with output of difference
- Replies: 3
- Views: 785
compare with output of difference
Hello,
I cannot find the right answer/solution for the following
I have two list with numbers>list A:1500 and listB: 1300
and I want een output of the lacking numbers of differing numbers..
Compare does not generate the missing numbers in a lst..
Anyone a idea?
Thanks in advance..
nico
I cannot find the right answer/solution for the following
I have two list with numbers>list A:1500 and listB: 1300
and I want een output of the lacking numbers of differing numbers..
Compare does not generate the missing numbers in a lst..
Anyone a idea?
Thanks in advance..
nico
- Fri Oct 03, 2003 6:52 pm
- Forum: General
- Topic: cut and delete in a macro
- Replies: 7
- Views: 805
- Thu Oct 02, 2003 2:55 pm
- Forum: General
- Topic: cut and delete in a macro
- Replies: 7
- Views: 805
cut and delete in a macro
Hello I have a lot of records like this...
500 a
700 b
900 c
901 f
902 e
500 a
700 b
900 c
901 d
902 e
I want to make a macro that searches for records with
an 'f' on 901, and then deletes the record beginning with 500 til 902
It is difficult for me to let the cursor go up to 500 (from ...
500 a
700 b
900 c
901 f
902 e
500 a
700 b
900 c
901 d
902 e
I want to make a macro that searches for records with
an 'f' on 901, and then deletes the record beginning with 500 til 902
It is difficult for me to let the cursor go up to 500 (from ...