3v4l.org

run code in 300+ PHP versions simultaneously
<?php $name = "IPC_IPCamera_13_7_24_9_57_45.jpg"; $newName = ""; $parts = explode("_", $name); for ($i = 0; $i < count($parts); $i++) { $part = $parts[$i]; if (strlen($part) == 1) { $part = "0" . $part; } $newName .= $part . "_"; } echo $name . "\n"; echo $newName;

preferences:
48.61 ms | 402 KiB | 5 Q