Answers for "remove dashes and spaces php"

PHP
2

php replace spaces with dash

str_replace(' ', '-', $string);
Posted by: Guest on May-21-2020

Code answers related to "remove dashes and spaces php"

Browse Popular Code Answers by Language