Limit the number of newlines in a string

A very short blog post this time. I often use the following short function to limit the number of breaks/newlines in comments that people can submit on a news article or other user input. You can easily limit the number of characters in a comment by using the PHP strlen function, but the comment can still use a lot of vertical space on your website if the user uses 5 breaks in his comment. See the function below to prevent this type of comments:

/**
 * limitBreaks, prevents texts with a lot of enters/breaks after each other
 *
 * @param string $sText
 * @param int $iAmount default 2, numbers of newlines that may occur after eachother
 * @return string, cleaned up string with limited number of newlines
 */
function limitBreaks($sText, $iAmount=2)
{
	return preg_replace("/[\r\n]{".($iAmount+1).",}\t*[\r\n]*/", str_repeat(PHP_EOL, $iAmount), $sText);
}

As you can see a simple but effective function.

Comments

39,161 responses to “Limit the number of newlines in a string”

  1. Derrick Alvarado Avatar

    Corporate relocation from Rockford required multiple vehicles; bundled pricing through Rockford auto shippers saved us money.

  2. jilat memek adik Avatar

    Its like you read my mind! You appear to grasp a lot approximately this,
    such as you wrote the e book in it or something.
    I think that you can do with some p.c. to drive the message home a little
    bit, however instead of that, that is fantastic blog.

    An excellent read. I will definitely be back.

  3. Maud Perry Avatar

    Don’t forget to disable alarms! Learned that from El Paso auto shipping prior to my El Paso shipment.

  4. Los Angeles Domestic Violence Lawyers Avatar

    Hello to all, the contents existing at this web page are in fact amazing for people experience, well,
    keep up the good work fellows.

  5. OPEN88 Avatar

    Hello everybody, here every person is sharing these kinds of experience,
    therefore it’s nice to read this blog, and I used to go to see this web
    site daily.

  6. Los Angeles Gun Crime Lawyer Avatar

    Nice weblog here! Additionally your web site lots up very fast!
    What web host are you the use of? Can I get your affiliate link
    to your host? I desire my web site loaded up as fast as yours lol

  7. JANDA303 Avatar

    bookmarked!!, I really like your blog!

  8. 188bet Avatar

    Hi there, I found your website via Google at the same time as looking
    for a comparable topic, your site got here up, it seems good.
    I have bookmarked it in my google bookmarks.
    Hi there, simply become alert to your weblog via Google, and found that it is truly informative.
    I’m gonna be careful for brussels. I’ll be grateful in the event you proceed this in future.
    Many other people will be benefited from your writing.
    Cheers!

  9. Henrietta Morris Avatar

    If anyone’s comparing Honolulu auto shippers for a mainland move, I had a smooth experience—pricing was transparent and updates were timely. I found helpful guidance at Honolulu auto transport companies .

  10. Thomastraro Avatar

    Мостбет Промокод При Регистрации считается распространенным методом получения дополнительных средств. Введя акционный ключ, пользователь активирует предложение. Также могут действовать правила использования, которые желательно изучить. Подобная возможность дает более грамотно использовать бонус. http://sntnika.forumex.ru/viewtopic.php?f=26&t=2098

  11. Christian Moreno Avatar

    Thanks for the comprehensive read. Find more at apartamento para vacaciones Galicia .

Leave a Reply

Your email address will not be published. Required fields are marked *