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}$/');这样还是正则么? 最佳答案
filters='/^\d{5,6}$/';经过切割之后变成了filters=
array( 0=>'/^\d{5',
1=>'6}$/');这样还是正则么?