Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php replace space with underscore

$str = str_replace(' ', '_', $str);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #php #replace #space #underscore
ADD COMMENT
Topic
Name
5+5 =