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

24,110 responses to “Limit the number of newlines in a string”

  1. Five88 Avatar

    hi!,I like your writing so a lot! percentage we communicate extra approximately your article on AOL?
    I need an expert in this house to resolve my problem.

    Maybe that is you! Having a look ahead to look you.

  2. CV Cybersécurité 2026 Avatar

    I every time emailed this blog post page to all my contacts, since if like to read
    it then my friends will too.

  3. esimnote Avatar

    Why visitors still make use of to read news papers when in this
    technological globe everything is accessible on net?

  4. Massage in Karachi Avatar

    Does your blog have a contact page? I’m having trouble locating
    it but, I’d like to shoot you an email. I’ve got some
    recommendations for your blog you might be interested in hearing.
    Either way, great site and I look forward to seeing it expand over time.

  5. Gates of Olympus Super Scatter Avatar

    Hi, constantly i used to check website posts here in the early hours
    in the dawn, since i love to learn more and more.

  6. basket de sécurité Avatar

    Découvrez notre sélection de baskets de sécurité pour homme et femme : légères,
    confortables et robustes. Chaussures de sécurité basses ou montantes,
    idéales pour le travail au quotidien.

  7. tron地址 Avatar

    I am genuinely thankful to the holder of this website who has shared
    this wonderful post at here.

  8. online math tuition Singapore workshop Avatar

    Many Singapore parents tսrn to primary math tuition tⲟ ensure their children гemain aligned to the demanding
    MOE syllabus ɑnd don’t slip compared tօ classmates.

    Secondary math tuition prevents tһe buildup of conceptual ertrors that could severely
    hinder progress іn JC Η2 Mathematics, making timely
    assistance іn Sеc 3 and Ѕec 4 a verу wise decision for
    forward-thinking families.

    Math tuition аt junior college level рrovides tailored assessment аnd Ꭺ-Level oriented appгoaches tһat Ƅig-gгoup JC tutorials оften lack thе necesѕary
    detɑiⅼ for.

    Secondary students ɑcross Singapore increasingly depend оn virtual secondary math classes tо
    receive instant doubt-clearing sessions оn demanding topics sucһ ɑs algebra аnd trigonometry, using shared digital
    whiteboards гegardless of traffic conditions.

    By linking math t᧐ creative projects, OMT awakens а passion іn students,urging them to accept tһe subject and
    mɑke evеry effort for examination mastery.

    Dive іnto ѕelf-paced mathematics proficiency ᴡith OMT’ѕ 12-month e-learning courses, compⅼete with practice worksheets аnd recorded sessions fοr extensive revision.

    Offered thɑt mathematics plays а critical role in Singapore’s financial development
    and development, investing іn specialized math tuition equips trainees ԝith the problеm-solving
    skills required tⲟ thrive in a competitive landscape.

    Ultimately, primary school school math tuition іs essential fοr
    PSLE excellence, aas іt equips trainees ᴡith
    thе tools to achieve tߋp bands and secure favored secondary school positionings.

    Secondary math tuition lays а solid foundation fօr post-O Level studies,
    ѕuch аѕ Α Levels or polytechnic programs, ƅy mastering foundational
    subjects.

    Attending tо individual discovering designs, math tuition mаkes сertain junikr college students grasp topics аt their own speed fⲟr A Level success.

    Ԝhаt mɑkes OMT attract attention іs its customized curriculum tһat aligns with MOE whіⅼe including AӀ-driven adaptive learning tⲟ suit specific requirements.

    Comprehensive protection of subjects sіa, leaving no spaces іn expertise fօr top math achievements.

    Math tuition bridges voids іn classroom understanding,
    guaranteeing students master complicated concepts іmportant fⲟr tоρ examination performance іn Singapore’s extensive
    MOE syllabus.

    Нere iѕ my page :: online math tuition Singapore workshop

  9. dental implant in irvine Avatar

    Amazing! This blog looks exactly like my old one! It’s on a totally different topic but it has pretty much the same layout and design. Wonderful choice of
    colors!

    Also visit my web-site: dental implant in irvine

  10. buy Mega Millions tickets online Avatar

    Hurrah, that’s what I was looking for, what a material!
    present here at this weblog, thanks admin of this web site.

    my page; buy Mega Millions tickets online

Leave a Reply

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