3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = 'Hello How are you :slight_smile::joy:'; $regex = "/:([a-zA-Z0-9_]*):/"; preg_match_all($regex, $string, $matches); print_r($matches[0]);

preferences:
25.13 ms | 405 KiB | 5 Q