Answers for "how to remove last <br> from string in php"

PHP
1

php remove last newline from string

$string = rtrim($string_to_remove);
Posted by: Guest on June-24-2021

Browse Popular Code Answers by Language