本文介绍了特殊字符检查的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个字段userId,我想在其中验证特殊字符的有效性.我想限制用户输入任何特殊字符.

如果用户输入任何特殊字符,则会显示一条消息.
我该怎么做.请帮助

I have a field userId where i want validation check for special charaters. i want to restrict user to input any special character.

if user input any special character then a message display.
How can i do it. Please help

推荐答案




这篇关于特殊字符检查的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-16 20:34