Answers for "php str_replace space not working"

PHP
1

php string replace space

$journalName = preg_replace('/s+/', '_', $journalName);
Posted by: Guest on February-05-2021

Browse Popular Code Answers by Language