A
avkokin
Hello.
There is a document with text. If every strings of this text has more
15 characters, then I need to split every string on separate strings
with 15 characters into every string.
E.G. there is text: 111111111111111111111111111...111
I need to get it so:
111111111111111
111111111111111
....
111111111111111
I know that there is the function Split, but I can't understand how to
use it for my case. Give me any tips, please.
Thank you very much.
There is a document with text. If every strings of this text has more
15 characters, then I need to split every string on separate strings
with 15 characters into every string.
E.G. there is text: 111111111111111111111111111...111
I need to get it so:
111111111111111
111111111111111
....
111111111111111
I know that there is the function Split, but I can't understand how to
use it for my case. Give me any tips, please.
Thank you very much.