Hi,
If i am validating a field (using regularexpressionvalidator ) and i need to check for the presence of ".jpg" what would the ValidationExpression be for this? I have see the '\w' which checks for the presence of a word but i have a feeling that something like this is wrong: [.jpg] {\w}
Thanks.