PHPFront
Home
PHP Codes
Tutorials
Scripts
Submit Code
About
Home
>
PHP
> Strip blank lines
The PHP website created by its users!
Search:
Most popular PHP codes
Latest 10
Submit Code
Photographic locations
Strip blank lines
Author
Description
Strip blank lines or tab spaces from a string
Rating
(6 votes)
PHP Code
<?php
$text
=
preg_replace
(
"/[rn]+[st]*[rn]+/"
,
"n"
,
$text
);
?>
Rate it:
5 - Excellent
4 -
3 - Not bad
2 -
1 - Poor
Print
Comments
No comments posted yet.
Name
Website
Your comment