I have a varying number of strings (album titles from mp3s), but some of them are over 20 characters long. They have spaces in them. I want to be able to find the long ones, and the most central space, and insert a line break in there.
How can I do this in PHP?