DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PHP
remove whitespace from string php
$str
=
" Hello World! "
;
echo
"With trim: "
.
trim
(
$str
)
;
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#remove
#whitespace
#string
#php
ADD COMMENT
Topic
COMMENT
Name
8+6 =
Submit