“Hapus setiap php whitespace” Kode Jawaban

Hapus setiap php whitespace

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

Hapus Whitespace dari String PHP

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

php hapus semua whitespace dari string

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

Jawaban yang mirip dengan “Hapus setiap php whitespace”

Pertanyaan yang mirip dengan “Hapus setiap php whitespace”

Lebih banyak jawaban terkait untuk “Hapus setiap php whitespace” di PHP

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya