C
Chris
Trying to get started using the regular expression validator to validate
file name extensions in an file input box. I am falling at the first hurdle.
When I test for jpeg at the end of a string by using jpeg$ and then type in
'abc.jpeg' it won't accept it but when I put in 'jpeg' it will. What am I
doing wrong?
file name extensions in an file input box. I am falling at the first hurdle.
When I test for jpeg at the end of a string by using jpeg$ and then type in
'abc.jpeg' it won't accept it but when I put in 'jpeg' it will. What am I
doing wrong?