echo preg_match("/app\\common\\model\\NewsModel/","app\common\model\NewsModel",$matches,PREG_OFFSET_CAPTURE); // 0
preg_match("/app\\common\\model\\([a-zA-Z]+)Model/","app\common\model\NewsModel",$matches); -sharp :reg_match(): Compilation failed: unmatched parentheses at offset 27
solve