Find what: ^([0-9]+)"_
Replace with: \1_"
These are works better. Thank you very much Ak47wong.
Search found 20 matches
- Fri Feb 25, 2011 5:53 pm
- Forum: General
- Topic: Complex replacing
- Replies: 2
- Views: 484
Complex replacing
Hello everyone,
I have following blocks:
10" wording 1"
11" wording 2"
12" wording 3"
10" wording 4"
11" wording 5"
12" wording 6"
...
I need to replace them with...
10 "wording 1"
11 "wording 2"
12 "wording 3"
10 "wording 4"
11 "wording 5"
12 "wording 6"
...
I know how to find and replace ...
I have following blocks:
10" wording 1"
11" wording 2"
12" wording 3"
10" wording 4"
11" wording 5"
12" wording 6"
...
I need to replace them with...
10 "wording 1"
11 "wording 2"
12 "wording 3"
10 "wording 4"
11 "wording 5"
12 "wording 6"
...
I know how to find and replace ...
- Tue Jun 30, 2009 4:40 pm
- Forum: General
- Topic: How to line up list of var's?
- Replies: 2
- Views: 359
- Tue Jun 30, 2009 3:28 pm
- Forum: General
- Topic: How to line up list of var's?
- Replies: 2
- Views: 359
How to line up list of var's?
I have list of variables in one column:
Q59BA
Q60BA
Q61BA
Q62BA
Q63BA
Q64BA
Q65BA
Q66BA
Q51CA
Please advise how to put them in one row like this:
Q59BA Q60BA Q61BA Q62BA Q63BA Q64BA Q65BA Q66BA Q51CA
Thanks.
Q59BA
Q60BA
Q61BA
Q62BA
Q63BA
Q64BA
Q65BA
Q66BA
Q51CA
Please advise how to put them in one row like this:
Q59BA Q60BA Q61BA Q62BA Q63BA Q64BA Q65BA Q66BA Q51CA
Thanks.
- Thu Aug 30, 2007 6:50 pm
- Forum: General
- Topic: Adding a new four lines
- Replies: 1
- Views: 280
- Thu Aug 30, 2007 4:05 pm
- Forum: General
- Topic: Adding a new four lines
- Replies: 1
- Views: 280
Adding a new four lines
I have following syntaxes for more than 100 questions:
VARIABLE LABELS Q1 ''.
TABLES FORMAT=ZERO TFSPACE(0) SPACE
/PFOOTNOTE=LEFT ".newpage"
/TABLE=T+A1+A2+A3+A4+A5+A6+A7+A8+A9+A10
BY T2+Q1
/STAT=UNWT COUNT(T2(PAREN6)' ')
CPCT(Q1(PCT3)' ':
A1 A2 A3 A4 A5 A6 A7 A8 A9 A10).
So now, after this ...
VARIABLE LABELS Q1 ''.
TABLES FORMAT=ZERO TFSPACE(0) SPACE
/PFOOTNOTE=LEFT ".newpage"
/TABLE=T+A1+A2+A3+A4+A5+A6+A7+A8+A9+A10
BY T2+Q1
/STAT=UNWT COUNT(T2(PAREN6)' ')
CPCT(Q1(PCT3)' ':
A1 A2 A3 A4 A5 A6 A7 A8 A9 A10).
So now, after this ...
- Tue Aug 07, 2007 2:15 pm
- Forum: General
- Topic: Adding a new line with TEXT1
- Replies: 2
- Views: 384
- Fri Aug 03, 2007 7:55 pm
- Forum: General
- Topic: Adding a new line with TEXT1
- Replies: 2
- Views: 384
Adding a new line with TEXT1
I have following data set:
2044226473 1 10.0 2.0 3.0 5.0
2044226690 1 7.0 1.0 5.0 4.0
2044228047 1 10.0 2.0 5.0 2.0
2044228660 1 9.0 1.0 5.0 5.0
2044228894 1 9.0 1.0 6.0 3.0
2044229139 1 10.0 2.0 7.0 3.0
2044229568 1 10.0 2.0 3.0 5.0
I need to add a new line with TEXT1, so final data set should be ...
2044226473 1 10.0 2.0 3.0 5.0
2044226690 1 7.0 1.0 5.0 4.0
2044228047 1 10.0 2.0 5.0 2.0
2044228660 1 9.0 1.0 5.0 5.0
2044228894 1 9.0 1.0 6.0 3.0
2044229139 1 10.0 2.0 7.0 3.0
2044229568 1 10.0 2.0 3.0 5.0
I need to add a new line with TEXT1, so final data set should be ...
- Tue Jul 31, 2007 6:27 pm
- Forum: General
- Topic: Find the TEXT1 and put the TEXT2 to the next line
- Replies: 4
- Views: 627
- Mon Jul 30, 2007 8:55 pm
- Forum: General
- Topic: Find the TEXT1 and put the TEXT2 to the next line
- Replies: 4
- Views: 627
- Mon Jul 30, 2007 8:22 pm
- Forum: General
- Topic: Find the TEXT1 and put the TEXT2 to the next line
- Replies: 4
- Views: 627
Find the TEXT1 and put the TEXT2 to the next line
Hi Guys,
I have the following syntaxex to run about 100 tables:
VARIABLE LABELS Q16 ''.
TABLES FORMAT=ZERO TFSPACE(0) SPACE NFRAME NBOX TTSPACE(1) PTSPACE(0)
/PFOOTNOTE=LEFT ".newpage"
/TABLE=T+A1+A2+A3+A4+A5+A6+A7+A8+A9 BY T2+Q16
/STAT=COUNT(T2(PAREN6)' ') CPCT(Q16(PCT3)' ':
PRINT TABLES DEVICE ...
I have the following syntaxex to run about 100 tables:
VARIABLE LABELS Q16 ''.
TABLES FORMAT=ZERO TFSPACE(0) SPACE NFRAME NBOX TTSPACE(1) PTSPACE(0)
/PFOOTNOTE=LEFT ".newpage"
/TABLE=T+A1+A2+A3+A4+A5+A6+A7+A8+A9 BY T2+Q16
/STAT=COUNT(T2(PAREN6)' ') CPCT(Q16(PCT3)' ':
PRINT TABLES DEVICE ...
- Fri Jan 12, 2007 8:24 pm
- Forum: General
- Topic: Search and replace expression
- Replies: 3
- Views: 849
Thank you very much...
It works! Thank you very much...
- Fri Jan 12, 2007 8:04 pm
- Forum: General
- Topic: Search and replace expression
- Replies: 3
- Views: 849
Search and replace expression
Hi,
I have following commands in my program:
+ M2 [STDDEV F40.1]
…
+ M30 [STDDEV F40.1]
..
+ M42 [STDDEV F40.1]
…
I have to take out all this expressions from my text. I mean I would like to search and replace “+ M* [STDDEV F40.1]� with “ �.
Please advise how can I do that?
Thanks.
I have following commands in my program:
+ M2 [STDDEV F40.1]
…
+ M30 [STDDEV F40.1]
..
+ M42 [STDDEV F40.1]
…
I have to take out all this expressions from my text. I mean I would like to search and replace “+ M* [STDDEV F40.1]� with “ �.
Please advise how can I do that?
Thanks.
- Tue Sep 19, 2006 8:35 pm
- Forum: General
- Topic: Taking out a similar lines
- Replies: 11
- Views: 820
- Tue Sep 19, 2006 7:50 pm
- Forum: General
- Topic: Taking out a similar lines
- Replies: 11
- Views: 820