Divide a string into two lines by the next 'space' character after its midpoint.
This is useful for centered text. It assumes there are space characters in the string to split from, that occur in the second half of the string. To improve this, an extra condition can be given to handle if the string is shorter than the desired line length, so it only splits longer strings.
Example:
Comments