Answers for "remove break lines in specyfic html tags string php"

PHP
0

remove line break html php

preg_replace( "/\r|\n/", "", $yourString );
Posted by: Guest on May-18-2020

Browse Popular Code Answers by Language