gpt4 book ai didi

ruby-on-rails - 将 'Please match the format requested.' 更改为其他内容?

转载 作者:行者123 更新时间:2023-12-05 08:49:02 25 4
gpt4 key购买 nike

是否有一种简单的方法来自定义当 pattern: "([A-Za-z0-9\-\_]+)" 参数不满足时出现的消息并且此消息出现:

> Please match the format requested

例如

<%= f.text_field :username, pattern: "([A-Za-z0-9\-\_]+)" %>

最佳答案

您可以添加“标题”属性以附加到该消息:

<%= f.text_field :username, pattern: "([A-Za-z0-9\-\_]+)" , title: "Letters, numbers, hyphen, and underscore Only"%>

这将导致以下消息:

Please match the format requested: Letters, numbers, hyphen, and underscore Only

否则,对于更多自定义消息,您可以使用客户端验证(通过 javascript )服务器端验证(通过 rails and ActiveModel )

关于ruby-on-rails - 将 'Please match the format requested.' 更改为其他内容?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65254917/

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