检测 NSTextfield 中的文本是否是字典单词 Cocoa

发布于 2024-12-01 11:45:33 字数 81 浏览 1 评论 0原文

这实际上可能吗?如果是这样,我想使用一个简单的 if () 语句来提醒用户,他/她在输入加密密钥时不能使用字典单词。

感谢您的帮助。

Is this actually possible? If so I would like to use a simple if () statement to alert the user that he/she can not use dictionary words when entering a key for encryption.

Thank you for all your help.

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

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

发布评论

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

评论(1

一百个冬季 2024-12-08 11:45:33

是的。 看看字典里有它;如果不存在,请显示您的警报。

…提醒用户在输入加密密钥时不能使用字典单词。

关于这一点。

如果输入的密钥是单个,那么显示警报可能是个好主意 字典单词,但我建议允许多个单词。

Yes. Look it up in the dictionary; if it's not there, show your alert.

… to alert the user that he/she can not use dictionary words when entering a key for encryption.

About that.

It's probably a good idea to show your alert if the entered key is a single dictionary word, but I recommend allowing multiple words.

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