Answers for "replace space or dash with plus php"

PHP
2

php replace spaces with dash

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

Code answers related to "replace space or dash with plus php"

Browse Popular Code Answers by Language