joining of the second part of the line
Posted: Sat Nov 18, 2006 1:22 am
I work with text that is made by lines separated in left and right part.
eg.
first part1==second part1
first part2==second part2
first part2==second part3
first part3==second part4
When first part is the same in the 2 lines or more, I need to join the second part of the next line with same first part with the previous line or
first part1==second part1
first part2==second part2, second part3
first part3==second part4
I guess it shoul use capture, but i don't know how? I will be thankfull if you can help me.
eg.
first part1==second part1
first part2==second part2
first part2==second part3
first part3==second part4
When first part is the same in the 2 lines or more, I need to join the second part of the next line with same first part with the previous line or
first part1==second part1
first part2==second part2, second part3
first part3==second part4
I guess it shoul use capture, but i don't know how? I will be thankfull if you can help me.