本文介绍了我想要正则表达式..的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想要正常的用户名表达式,它需要Alphabets和'。 - 应允许使用特殊字符,首字母应为字母,并且应为大写字母。
最大字符数应为30
在此先感谢..
I want regular Expression for Username it takes Alphabets and ' . - special characters should be allowed and first letter should be Alphabet and it should be a capital letter.
Maximum characters should be 30
Thanks in advance..
推荐答案
这篇关于我想要正则表达式..的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!