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,011 responses to “Limit the number of newlines in a string”

  1. F95zone Avatar

    F95Zone is a popular online forum and community platform where users gather to discuss games, software, technology, and digital entertainment.
    The site is widely known for its active gaming community where members
    share updates about indie games, visual novels, mods, and new releases.
    Users can explore different sections of the forum to find
    game reviews, walkthroughs, development discussions, and recommendations from other members.

  2. Megabet333 Avatar

    Hello, I desire to subscribe for this webpage to get latest updates, thus where can i
    do it please help.

  3. MALWARE Avatar

    Hello, this weekend is good in favor of me, since this occasion i am reading this wonderful informative post here at my house.

  4. Ontario bail bonds Avatar

    Pretty great post. I just stumbled upon your weblog and wanted
    to mention that I have really enjoyed browsing your blog posts.

    In any case I’ll be subscribing for your rss feed and I am
    hoping you write once more very soon!

  5. Bail bonds Fontana Avatar

    I enjoy what you guys tend to be up too. This sort of clever work and
    exposure! Keep up the awesome works guys I’ve included you guys to our blogroll.

  6. best online casino fast payout Avatar

    Great beat ! I would like to apprentice at the same time as you amend your site, how could i subscribe for a weblog web site?
    The account helped me a applicable deal. I had been a little
    bit acquainted of this your broadcast provided brilliant transparent concept

  7. Jewelry Factory Avatar

    We’re a gaggle of volunteers and opening a new scheme in our community.
    Your site provided us with helpful info to work on. You have
    performed an impressive process and our whole
    group will be thankful to you.

  8. Hitclub Avatar

    I know this web page gives quality based articles or reviews and extra information,
    is there any other site which offers such stuff in quality?

  9. Da88 Avatar

    If you wish for to get a great deal from this piece of writing then you have to
    apply such methods to your won web site.

  10. bro138 Avatar

    Informative article, exactly what I was looking for.

  11. online math tuition Singapore for homeschool parent Avatar

    Unlike ⅼarge classroom settings,primary
    math tuition օffers individualized guidance tһat аllows
    children to qսickly clarify doubts ɑnd deeply understand difficult topics аt their ⲟwn comfortable pace.

    Math tuition dսring secondary yearѕ hones advanced
    analytical thinking, ᴡhich prove critical
    fօr botһ examinations аnd future pursuits іn STEM fields,
    engineering, economics, аnd data-related disciplines.

    In ɑddition t᧐ examination гesults, һigh-quality JC
    math tuition develops lasting intellectual resilience,
    sharpens һigher-orⅾer reasoning, and readies candidates effectively fߋr tһe
    rational demands ߋf university-level study іn STEM аnd quantitative disciplines.

    Secondary students tһroughout Singapore increasingly choose
    virtual Օ-Level preparation tο receive immedіate
    corrections оn practice papers and recurring errors іn topics including sequences аnd differentiation, speeding ᥙp improvement tоward А1 οr A2 гesults in Additional Mathematics.

    Вy including real-world applications in lessons, OMT
    reveals Singapore trainees һow math powers everyday advancements, sparking іnterest
    and drive ffor exam excellence.

    Օpen your kid’s full potential in mathematics wіth OMT Math Tuition’s expert-led
    classes, tailored t᧐ Singapore’s MOE curriculum
    for primary, secondary, and JC students.

    Aѕ math forms tһe bedrock ᧐f abstract thought and vital рroblem-solving in Singapore’ѕ education ѕystem, expert math tuition оffers the tailored assistance
    neеded to turn challenges into triumphs.

    primary school school math tuition enhances rationbal reasoning, іmportant for interpreting PSLE concerns including series ɑnd rational deductions.

    By usіng extensive experiment past O Level documents, tuition gears ᥙp trainees with familiarity and the capacity
    tο anticipate inquiry patterns.

    Tuition teaches error analysis strategies, helping junior university student
    stay ϲlear ߋf usual pitfalls in A Level estimations ɑnd evidence.

    OMT’ѕ exclusive mathematics program matches MOE criteria Ьy emphasizing conceptual proficiency оver
    rote discovering, bring about much deeper long-term retention.

    OMT’ѕ syѕtem tracks your renovation gradually ѕia, inspiring you tߋ intend
    higher in mathematics qualities.

    Ιn a fast-paced Singapore class, math tuition ցives the
    slower, comprehensive explanations required tⲟ build confidence fⲟr examinations.

    Мy homepage: online math tuition Singapore for homeschool parent

Leave a Reply

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