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

37,764 responses to “Limit the number of newlines in a string”

  1. Duane Butler Avatar

    This is highly informative. Check out Power Washing for more.

  2. Ethel George Avatar

    Good point on aluminum wiring pigtails—mine were updated by an electrician I found on 24/7 emergency electrician .

  3. best crypto casino Avatar

    Hello! Do you know if they make any plugins to assist with Search Engine Optimization? I’m trying to get my blog to rank for some targeted keywords but I’m not seeing very good results.
    If you know of any please share. Appreciate it!

  4. AYUTOGEL Avatar

    Hello, just wanted to say, I liked this article. It was helpful.
    Keep on posting!

  5. jahaj wala game download Avatar

    I’m not sure where you are getting your info, but good topic.
    I needs to spend some time learning much more or understanding more.

    Thanks for wonderful information I was looking for this info for my mission.

  6. Allie Garrett Avatar

    For clean, well-maintained moving trucks near San Bruno, check Moving company .

  7. Lucy Conner Avatar

    This was nicely structured. Discover more at Cheney Galluzzi and Howard LLC .

  8. Andrew Herrera Avatar

    Appreciate the comprehensive advice. For more, visit Foothills Asphalt & Paving .

  9. Randall Roberts Avatar

    The EMT bending tips were awesome. For complex runs, I turned to bonded licensed electrician San Antonio .

  10. produtos para gatos Avatar

    Hello there, I do think your website might be having web browser compatibility problems.
    Whenever I look at your blog in Safari, it looks fine however, if opening in IE, it has some overlapping
    issues. I just wanted to give you a quick heads up!

    Apart from that, great blog!

  11. Catherine Zimmerman Avatar

    This was quite helpful. For more, visit professional commercial cleaning .

  12. best crypto casino Avatar

    Pretty component of content. I simply stumbled upon your web site
    and in accession capital to claim that I acquire actually loved account your
    weblog posts. Anyway I will be subscribing for your augment and even I fulfillment you
    access constantly rapidly.

  13. xoilac Avatar

    Hello There. I found your weblog the use of msn. This is an extremely neatly written article.
    I will make sure to bookmark it and come back to read more of your useful information. Thanks for
    the post. I will definitely return.

  14. GT108 LOGIN Avatar

    Jon Bagnato membahas tentang perbedaan arti antara penilaian dan penaksiran secara terperinci sesuai dengan referensi
    profesional di website resmi GT108 secara lengkap Simak secara langsung dengan cara masuk melalui link yang tersedia pada
    situs resmi GT108

Leave a Reply

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