I函数正则bug

浏览:557 发布日期:2015/01/10 分类:技术分享 关键字: I函数 正则表达式
好高兴看到I函数正则表达式加进来了,
but对如果对正在表达式进行,切割那就...
https://github.com/liu21st/thinkphp/pull/244https://github.com/liu21st/thinkphp/pull/244
问题已提交请查收

举个栗子filters='/^\d{5,6}$/';经过切割之后变成了filters=
array( 0=>'/^\d{5',
1=>'6}$/');
这样还是正则么?
最佳答案
评论( 相关
后面还有条评论,点击查看>>