3v4l.org

run code in 500+ 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:
65.54 ms | 980 KiB | 5 Q