Hi guys,
I am trying to validate a username input on my form using regular expression.
The username can only have letters, numbers, underscores a single period. I dont want them to be able to use spaces and caps (possibly converting all chars to lowercase?)
Can anyone help?




Bookmarks