3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = '#helloworld #test #video #youtube Bon Iver are the best daily surprise :D'; preg_match_all('/#([^\s]+)/', $str, $matches); $hashtags = implode(',', $matches[1]); var_dump($hashtags);

preferences:
39.74 ms | 402 KiB | 5 Q