This question already has an answer here:
Hello i wanna split a very long string ( +10000 character) to multiple String.
I found there is a way with split()
but i don't have space " "
to split it.
I have only letter. Can i use a loop to split it?
For Example: it 's possible to split the string to multiple strings with 200 character for each one.
</div>