A
avkokin
Hello.
I can't understand (I have a bad logic) how to find some text in the
end of every paragraphs and move it in to the start those paragraphs?
For example, there is some text:
1 text some Str.
text some
text some
....
4 text some Str.
5 text some Str.
I need to get:
Str. 1 text some
text some
text some
....
Str. 4 text some
Str. 5 text some
Every line is a paragraph (with pilcron).
I will very grateful if somebody explain for me all algorithm of such
search.
Regards, Anton
I can't understand (I have a bad logic) how to find some text in the
end of every paragraphs and move it in to the start those paragraphs?
For example, there is some text:
1 text some Str.
text some
text some
....
4 text some Str.
5 text some Str.
I need to get:
Str. 1 text some
text some
text some
....
Str. 4 text some
Str. 5 text some
Every line is a paragraph (with pilcron).
I will very grateful if somebody explain for me all algorithm of such
search.
Regards, Anton