
May 18th, 2009, 10:53 PM
|
|
|
|
File extension -- a period and then only letters and numbers
Hello, I am trying to validate a file extension with regex.
This is what I have
But the problem is if you type two or more letters/numbers with no period it will match. Its suppsoed to have the period in front :/
|