in reply to Re: Re: Scalar size limits
in thread Scalar size limits

That's true...that could be a problem. I need it setup so no word can be larger than a specified limit and if it is, break it up into two words by a space or a hyphen. Whether it be 51 or a million, I have to get them broken up.

Artist, I want to try your code but I don't quite understand how to implement it. Let's say I have $description, how would I use that with your example? Sorry, I'm just a little confused.