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/Beefcasino_rus/21
AllInAce
28 Oct 25 at 1:36 pm
https://t.me/s/Official_mellstroy_casino/8
Calvindreli
28 Oct 25 at 2:35 pm
https://t.me/s/Beefcasino_rus/43
AceSorcerer
28 Oct 25 at 2:53 pm
https://t.me/Official_mellstroy_casino/58
Calvindreli
28 Oct 25 at 2:55 pm
https://t.me/s/Official_mellstroy_casino/34
Calvindreli
28 Oct 25 at 3:09 pm
https://t.me/s/Official_mellstroy_casino/38
Calvindreli
28 Oct 25 at 3:23 pm
https://t.me/s/Beefcasino_rus/6
PokerPhantom
28 Oct 25 at 3:41 pm
https://t.me/Official_mellstroy_casino/18
Calvindreli
28 Oct 25 at 3:49 pm
https://t.me/Official_mellstroy_casino/9
Calvindreli
28 Oct 25 at 4:05 pm
https://t.me/Official_mellstroy_casino/30
Calvindreli
28 Oct 25 at 4:18 pm
https://t.me/Official_mellstroy_casino/14
Calvindreli
28 Oct 25 at 4:31 pm
https://t.me/Official_mellstroy_casino/23
Calvindreli
28 Oct 25 at 4:56 pm
https://t.me/Official_mellstroy_casino/26
Calvindreli
28 Oct 25 at 6:09 pm
https://t.me/s/Official_mellstroy_casino/18
Calvindreli
28 Oct 25 at 6:30 pm
https://t.me/s/Official_mellstroy_casino/39
Calvindreli
28 Oct 25 at 6:59 pm
https://t.me/s/Official_mellstroy_casino/51
Calvindreli
28 Oct 25 at 7:28 pm
https://t.me/s/Official_mellstroy_casino/46
Calvindreli
28 Oct 25 at 8:09 pm
https://t.me/Official_mellstroy_casino/54
Calvindreli
28 Oct 25 at 8:47 pm
https://t.me/Official_mellstroy_casino/46
Calvindreli
28 Oct 25 at 8:59 pm
https://t.me/Official_mellstroy_casino/39
Calvindreli
28 Oct 25 at 9:35 pm
https://t.me/Official_mellstroy_casino/38
Calvindreli
28 Oct 25 at 9:51 pm
https://t.me/Official_mellstroy_casino/11
Calvindreli
28 Oct 25 at 10:02 pm
https://t.me/s/Official_mellstroy_casino/28
Calvindreli
28 Oct 25 at 10:14 pm
https://t.me/Official_mellstroy_casino/19
Calvindreli
28 Oct 25 at 10:52 pm
https://t.me/s/Official_mellstroy_casino/41
Calvindreli
28 Oct 25 at 11:04 pm
https://t.me/Official_mellstroy_casino/34
Calvindreli
28 Oct 25 at 11:53 pm
https://t.me/s/Official_mellstroy_casino/16
Calvindreli
29 Oct 25 at 12:05 am
https://t.me/s/Official_mellstroy_casino/56
Calvindreli
29 Oct 25 at 12:17 am
https://t.me/Official_mellstroy_casino/41
Calvindreli
29 Oct 25 at 12:54 am
https://t.me/s/Official_mellstroy_casino/57
Calvindreli
29 Oct 25 at 1:05 am
https://t.me/s/Official_mellstroy_casino/58
Calvindreli
29 Oct 25 at 1:17 am