I would like to split a string into two halves and print them sequentially. For example:
abcdef into
abc def Is there a simple way to do it, or it needs some string processing?
I would like to split a string into two halves and print them sequentially. For example:
abcdef into
abc def Is there a simple way to do it, or it needs some string processing?