3v4l.org

run code in 300+ PHP versions simultaneously
<?php $temp = "hello there-----------how are you--au$!@&*"; $temp = strtolower($temp); $temp = preg_replace('/\s+/','-', $temp); $temp = preg_replace('/\W+/', '', $temp); echo($temp);

preferences:
52.35 ms | 402 KiB | 5 Q