thisismynota
Showing posts with label
trim
.
Show all posts
Showing posts with label
trim
.
Show all posts
Saturday, May 21, 2022
How to trim the explode string in PHP
$string = 'ABC, DEF, GHI';
$expl = array_map('trim', explode(',', $string));
Older Posts
Home
Subscribe to:
Posts (Atom)