function removeWhiteSpace($str) {
return preg_replace('/\s+/', '', $str);
}
// Example usage:
$string = " Hello World ";
echo "String without white spaces: " . removeWhiteSpace($string);
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
Subscribe
Login
0 Comments
Oldest