<?php $string = "Someone need an #new icebreaker# to hold that problem"; preg_match("/#new (.+)#/i", $string, $matches); var_dump($matches[1]);
You have javascript disabled. You will not be able to edit any code.