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.
https://t.me/s/kfo_1win
TracyFat
2 Nov 25 at 12:55 pm
https://t.me/s/Top_bk_ru
TracyFat
2 Nov 25 at 1:07 pm
https://t.me/s/tf_1win
StevenHig
2 Nov 25 at 1:31 pm
https://t.me/s/Top_bk_ru
StevenHig
2 Nov 25 at 1:43 pm
https://t.me/s/kta_1win
StevenHig
2 Nov 25 at 2:05 pm
https://t.me/s/kfo_1win
StevenHig
2 Nov 25 at 3:22 pm
https://t.me/official_1win_aviator/78
DealerShadow
2 Nov 25 at 4:08 pm
https://t.me/s/ud_monro
AlbertTeery
2 Nov 25 at 5:33 pm
https://t.me/s/uD_StAkE
AlbertTeery
2 Nov 25 at 5:47 pm
https://t.me/s/official_1win_aviator/139
LuckyBandit
2 Nov 25 at 5:53 pm
https://t.me/official_1win_aviator/85
RouletteRogue
2 Nov 25 at 6:11 pm
https://t.me/s/UD_pokeRdOM
AlbertTeery
2 Nov 25 at 6:13 pm
https://t.me/s/UD_DriP
AlbertTeery
2 Nov 25 at 6:30 pm
https://t.me/s/ud_FRESh
AlbertTeery
2 Nov 25 at 6:45 pm
https://t.me/s/ud_PLAYfortunA
AlbertTeery
2 Nov 25 at 6:59 pm
https://t.me/s/uD_KomEtA
AlbertTeery
2 Nov 25 at 7:26 pm
https://t.me/s/uD_fLAgmAn
AlbertTeery
2 Nov 25 at 7:44 pm
https://t.me/s/UD_gGbET
AlbertTeery
2 Nov 25 at 8:12 pm
https://t.me/s/Ud_CatCasINo
AlbertTeery
2 Nov 25 at 8:36 pm
https://t.me/s/ud_MOstBeT
AlbertTeery
2 Nov 25 at 8:52 pm
https://t.me/s/ud_lEon
AlbertTeery
2 Nov 25 at 9:05 pm
https://t.me/s/uD_1xbeT
AlbertTeery
2 Nov 25 at 9:17 pm
https://t.me/s/UD_VODKA
AlbertTeery
2 Nov 25 at 9:56 pm
https://t.me/s/uD_Izzi
AlbertTeery
2 Nov 25 at 10:08 pm
https://t.me/s/ud_rox
AlbertTeery
2 Nov 25 at 10:20 pm
https://t.me/s/UD_BOoi
AlbertTeery
2 Nov 25 at 10:42 pm
https://t.me/s/uD_LEgzO
AlbertTeery
2 Nov 25 at 10:58 pm
https://t.me/s/uD_mArTIN
AlbertTeery
2 Nov 25 at 11:22 pm
https://t.me/s/ud_IRwiN
AlbertTeery
3 Nov 25 at 12:12 am
https://t.me/s/ud_riObet
AlbertTeery
3 Nov 25 at 1:02 am
https://t.me/s/ud_1xSlOtS
AlbertTeery
3 Nov 25 at 1:14 am
https://t.me/s/ud_jeT
AlbertTeery
3 Nov 25 at 1:26 am
https://t.me/s/UD_vULKAn
AlbertTeery
3 Nov 25 at 2:03 am
https://t.me/s/UD_PInco
AlbertTeery
3 Nov 25 at 2:16 am
https://t.me/s/ud_MRbIt
AlbertTeery
3 Nov 25 at 2:50 am