oo爽子
2016-05-30 09:37
$this->returnMatchResult ?
preg_match_all($pattern,$subject,$matches):$
$this->isMatch=preg_match($pattern,$subject)===1;
return $this->getRegexResult;
老师,这段代码不太懂,能帮忙解释下吗
这个工具类,封装了两种返回形式,第一种是返回匹配的字符结果,第二种是“是否匹配”。属于工具类的风格
鬼斧神工之正则表达式
47865 学习 · 113 问题
相似问题