HI
I want a validation to have only digit (1-9) and not other characters like +&% etc.
I have created many ways but it is accepting the characters. I have added other validation to this datacard and they are working correctly. Only this part not working
!IsMatch(Card.Text,"[1-9]")
!IsMatch(Card.Text,"/d")
Pls help