<?php $str = "%hey%_thereyou're_a%rockstar%\nyo%there%"; if (preg_match_all("/%([^%]*)%/", $str, $matches)) { print_r($matches[1]); }
You have javascript disabled. You will not be able to edit any code.