Answers for "how we replace space with dash in php"

PHP
2

php replace spaces with dash

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

Code answers related to "how we replace space with dash in php"

Browse Popular Code Answers by Language