Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

string remove line breaks php

preg_replace( "/
|
/", "", $yourString );
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #string #remove #line #breaks #php
ADD COMMENT
Topic
Name
2+4 =