“Usuń każdy PHP Whitespace PHP” Kod odpowiedzi

Usuń każdy PHP Whitespace PHP

$string = preg_replace('/\s+/', '', $string);
LunkLoafGrumble

Usuń Whitespace z String PHP

$str = "\n\n\nHello World!\n\n\n";
echo "With trim: " . trim($str);
Adventurous Alligator

php usuń całą błotniczkę z ciągu

//remove all white spaces from a string
$whatonearth=preg_replace('/\s/','',"what o n   ear th");
Grepper

Odpowiedzi podobne do “Usuń każdy PHP Whitespace PHP”

Pytania podobne do “Usuń każdy PHP Whitespace PHP”

Więcej pokrewnych odpowiedzi na “Usuń każdy PHP Whitespace PHP” w PHP

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu