Regular expression vertical to horizontal
Posted: Tue Jul 03, 2012 12:36 pm
Is there a way to have this expression?
The data are horizontal. For example
SomeData A 1 2 3 5 6 8
AlittleData B 2 41 6 8 9 0
MoreData C 7 8 7 8 0 9
FewData D 4 5 7 98 0
Currently, I can do one line at a time to make them vertical like:
SomeData A
1
2
3
5
6
8
Is there an expression to do all at once? Should looks like this:
SomeData A AlittleData B MoreData C FewData D
1 2 7 4
2 41 8 5
3 6 7 7
5 8 8 98
6 9 0
8 0 9 0
The data are horizontal. For example
SomeData A 1 2 3 5 6 8
AlittleData B 2 41 6 8 9 0
MoreData C 7 8 7 8 0 9
FewData D 4 5 7 98 0
Currently, I can do one line at a time to make them vertical like:
SomeData A
1
2
3
5
6
8
Is there an expression to do all at once? Should looks like this:
SomeData A AlittleData B MoreData C FewData D
1 2 7 4
2 41 8 5
3 6 7 7
5 8 8 98
6 9 0
8 0 9 0