检测 NSTextfield 中的文本是否是字典单词 Cocoa
这实际上可能吗?如果是这样,我想使用一个简单的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。 看看字典里有它;如果不存在,请显示您的警报。
关于这一点。
如果输入的密钥是单个,那么显示警报可能是个好主意 字典单词,但我建议允许多个单词。
Yes. Look it up in the dictionary; if it's not there, show your alert.
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.