我想在其中添加正则表达式,$this->form_validation->set_rules()
但找不到任何正确的解决方案。因为我希望我的输入字段应该只有 0 或 1 所以我怎么能放在setrules()
里面
$this->form_validation->set_rules('binary', 'Binary', 'required|regexp_match[*//code..]');
提前致谢
我想在其中添加正则表达式,$this->form_validation->set_rules()
但找不到任何正确的解决方案。因为我希望我的输入字段应该只有 0 或 1 所以我怎么能放在setrules()
里面
$this->form_validation->set_rules('binary', 'Binary', 'required|regexp_match[*//code..]');
提前致谢