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

23,865 responses to “Limit the number of newlines in a string”

  1. Paramount Training and Development Avatar

    Hello, just wanted to tell you, I enjoyed this blog post.
    It was inspiring. Keep on posting!

    Here is my web-site – Paramount Training and Development

  2. protección de alquiler méxico Avatar

    Nice blog here! Also your website loads up fast!
    What host are you using? Can I get your affiliate link to your
    host? I wish my website loaded up as fast as yours lol

    Also visit my site: protección de alquiler méxico

  3. site Avatar

    Quality posts is the key to be a focus for the users to pay a visit the website, that’s what this website is
    providing.

  4. ace777 link alternatif Avatar

    ACE777 merupakan pusat layanan perawatan primer kami berfokus pada penyediaan Layanan Kesehatan Mental dan Pemulihan Penyalahgunaan Zat yang komprehensif untuk
    individu dewasa

  5. hockey jerseys at Kyle’s Football Cards on eBay Avatar

    I was suggested this blog by my cousin. I am no longer certain whether this put up
    is written by way of him as no one else recognise such certain approximately my difficulty.
    You’re amazing! Thanks!

  6. slot Avatar

    magnificent submit, very informative. I ponder why the other
    experts of this sector don’t notice this. You must continue your writing.
    I’m confident, you have a huge readers’ base already!

  7. new casino welcome bonus Avatar

    Tremendous issues here. I am very satisfied to look your post.
    Thank you a lot and I’m taking a look forward to touch you.
    Will you kindly drop me a e-mail?

  8. online math tuition Singapore VR math Avatar

    Consistent primary math tuition helps үoung learners tackle common challenges including heuristic techniques
    ɑnd rapid calculation skills,ѡhich are frequently assessed in school examinations.

    Math tuition ɗuring secondary ʏears strengthens advanced analytical thinking, ѡhich
    prove critical fоr both examinations ɑnd future pursuits in STEM fields, engineering, economics,
    ɑnd data-related disciplines.

    JC math tuition օffers focused instruction аnd exam-oriented repetition required tо smoothly navigate tһе major conceptual leap from O-Level Additional Math t᧐ the theoretically demanding H2 Mathematics syllabus.

    Τhе growing popularity of digital JC-level math lessons іn Singapore һaѕ made high-calibre instruction accessible eνen to JC students managing packed school schedules, ѡith 24/7
    resource access enabling efficient, stress-free revision οf
    both pure ɑnd statistics components.

    Inevitably, OMT’s comprehensive solutions weavee pleasure іnto mathematics education, helping trainees fаll deeply іn love and rise in thеіr tests.

    Founded in 2013 by Mг. Justin Tan, OMT Math Tuition һas actᥙally
    assisted numerous students ace tests ⅼike PSLE, O-Levels, and Α-Levels with
    proven problеm-solving methods.

    Singapore’sworld-renowned math curriculum highlights
    conceptual understanding ⲟver mere computation, mаking math tuition vital fοr trainees
    tⲟ comprehend deep ideas annd master national tests ⅼike PSLE and O-Levels.

    Enrolling in primary school math tuition еarly fosters confidence,
    minimizing anxiety fߋr PSLE takers ԝhо face higһ-stakes concerns ᧐n speed, distance,
    and timе.

    Identifying and fixing specific weak pߋints, lіke in chance ⲟr coordinate geometry, mаkes
    secondary tuition іmportant fߋr Ο Level excellence.

    Іn an affordable Singaporean education and learning systеm,
    junior college math tuition ߋffers trainees the side to achieve
    high qualities neⅽessary for university admissions.

    OMT’ѕ proprietary syllabus boosts MOE requirements Ƅy supplying scaffolded understanding paths tһat progressively enhance іn intricacy, developing student confidence.

    Gamified components mɑke revision fun lor, motivating mօrе
    technique and leading to grade renovations.

    Tuition teachers іn Singapore typically һave insider
    expertise of exam trends, guiding students tⲟ concentrate on high-yield subjects.

    Feel free tο surf to my blog post … online math tuition Singapore VR math

  9. مراهنات كاس العالم Avatar

    Good post. I learn something new and challenging on blogs I stumbleupon everyday.
    It’s always exciting to read content from other writers and use something from other sites.

  10. buy adderall online Avatar

    With havin so much content and articles do you ever run into any problems of
    plagorism or copyright infringement? My blog has a lot of unique content I’ve
    either written myself or outsourced but it looks like a lot of it is popping it up
    all over the web without my agreement. Do you know any methods to help reduce content
    from being ripped off? I’d really appreciate it.

  11. online casino instant withdrawal Avatar

    What a information of un-ambiguity and preserveness of valuable knowledge regarding unpredicted feelings.

  12. protección de renta Avatar

    Hi! This is my first comment here so I just wanted to
    give a quick shout out and tell you I really enjoy reading through your blog posts.
    Can you recommend any other blogs/websites/forums that cover the same topics?
    Thanks for your time!

    Also visit my web page :: protección de renta

  13. mega888 free credit rm5 2026 Avatar

    I really like your blog.. very nice colors & theme. Did you create this website
    yourself or did you hire someone to do it for
    you? Plz respond as I’m looking to create my own blog and
    would like to find out where u got this from. kudos

    Feel free to surf to my web blog … mega888 free credit rm5 2026

  14. vn888new.com Avatar

    This is a very informative post about online casinos and
    betting platforms. I especially liked how it explains the
    importance of choosing a licensed site before signing up.

    Many players often ask where they can find reliable gaming platforms with fair odds and
    smooth payouts. From what I’ve seen, checking platforms like vn22vip helps users compare features, bonuses, and overall experience.

    Thanks for sharing these insights — they’re helpful for both beginners and experienced bettors.

  15. ulcerative colitis Avatar

    Hello i am kavin, its my first occasion to commenting anywhere, when i read
    this post i thought i could also create comment due to this good
    paragraph.

Leave a Reply

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