<?php $string = 'Hello How are you :slight_smile::joy:'; $regex = "/:([a-zA-Z0-9_]*):/"; preg_match_all($regex, $string, $matches); print_r($matches[0]);
You have javascript disabled. You will not be able to edit any code.