用户名表单验证消息

发布于 2024-08-30 22:59:41 字数 186 浏览 7 评论 0原文

我有一条针对用户名字段的表单验证消息,其中显示以下

名称只能包含字母“.”和 ' ' 字符

或者应该是

名称只能包含字母、点和空格字符

或者应该是

名称只能包含字母、点 (".") 和空格 (" ") 字符

从可用性角度来看,假设最终用户接触计算机的机会非常少。

I have a form validation message for the user name field which says the following

Name can only contain alphabets, '.' and ' ' characters

OR should it be

Name can only contain alphabets, dot and space characters

OR should it be

Name can only contain alphabets, dot (".") and space (" ") characters

Which is preferable from a usability perspective assuming the end users has very less exposure to computers.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

望她远 2024-09-06 22:59:41

建议:包括示例。

Name can only contain letters, dots or spaces. 
E.g. <i>Yoda</i>, <i>Han.Solo</i> or <i>Darth Vader</i> ...

A suggestion: include examples.

Name can only contain letters, dots or spaces. 
E.g. <i>Yoda</i>, <i>Han.Solo</i> or <i>Darth Vader</i> ...
怪我鬧 2024-09-06 22:59:41
  • 使用“字母表中的字母”而不是“字母表”
  • 而不是“字符”“。”或(“。”),为什么不直接在不同的背景上显示字符,例如

名称只能包含字母字母表、. 和空格

  • Use 'letters of the alphabet' not 'alphabets'
  • rather than 'characters' ''.'' or ("."), why not just show the character on for instance a different background

So something like:

Name can only contain letters of the alphabet, . and spaces

ゃ人海孤独症 2024-09-06 22:59:41

名称必须允许字母(A 到 Z 或 a 到 z)、点(.)、空格和撇号:(')

名称字段中允许使用某些时间数字(对于例外情况)。

全名字段最多允许 100 个字符(名字 =50,姓氏 =50)

Name must be allow Alphabet(A to Z or a to z), dot(.), Space and apostrophe:(')

Some time number are allow in the Name field (for exception case).

Maximum 100 characters are allow in the Full Name field (Firstname =50 and Lastname =50)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文