gpt4 book ai didi

php - Laravel 验证 - 数字必须以 0(零)开头

转载 作者:行者123 更新时间:2023-12-02 04:24:28 25 4
gpt4 key购买 nike

如何进行输入验证,数字必须以0开头?

例如:

$rules = [
'full_name' => 'required|min:6',
'number' => 'required|numeric|min:5',
];

number字段中,它是必需的,只能是数字,并且至少为5位数字。我还需要包含必须以 0 开头的规则?

最佳答案

在数组 ( Issue with Laravel Rules & Regex (OR) operator ) 和类似这样的正则表达式中使用 laravel regex:pattern 验证器: /^[0][0-9]{4,}/

关于php - Laravel 验证 - 数字必须以 0(零)开头,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28094604/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com