3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string="As a credit user, I want to know the users who will receive a digest with all the evolutions that were inserted during the day, so I don't have to explicitly select them to be notified"; $string = strtolower($string); $string = str_replace(' ', '_', $string); $string = str_replace(',', '', $string); $string = str_replace('\'', '', $string); var_dump($string);

preferences:
35.63 ms | 402 KiB | 5 Q