regex(值, 正则规则)用法:Validator::regex(12306, '/^d+$/'); // trueValidator::regex(12306, '/^d{1,4}$/'); // false
用法:Validator::regex(12306, '/^d+$/'); // trueValidator::regex(12306, '/^d{1,4}$/'); // false
Validator::regex(12306, '/^d+$/'); // trueValidator::regex(12306, '/^d{1,4}$/'); // false
上一篇 not_empty_str - YurunPHP1.0开发手册
下一篇 equal/unequal - YurunPHP1.0开发手册
版权所有 ©2023-2025 051e.com
ICP备案号:京ICP备12030808号