validation of special characters
Posted
by jpallavi
on Stack Overflow
See other posts from Stack Overflow
or by jpallavi
Published on 2010-05-28T14:19:08Z
Indexed on
2010/05/28
14:21 UTC
Read the original article
Hit count: 231
I want to validate login name with special characters !@#S%^*()+_-?/<>:"';. space using regular expression in ruby on rails. These special characters should not be acceptable. What is the code for that?
Thanks, Pallavi
© Stack Overflow or respective owner