$content = '[qlist:i]:[qlist:ID]'
preg_match_all('/[qlist:(.*?)]/',$content,$arry);
$tag = $arry[0] ;
どうですか
ディスカッションへの返信 (解決策)
$content = '[qlist:i]:[qlist:ID]';preg_match_all('/\[qlist:(.*?)\]/',$content,$arry);print_r($arry);