isethjmave
Registered User.
- Local time
- Yesterday, 23:18
- Joined
- Sep 5, 2012
- Messages
- 11
Hi,
Need your help. I'm trying to create a validation rule for a textfield that will have the following pattern [Number Except 0][T]. I tried this rule "*[0-9][T]" the problem with this is that it will accept 0T. But when i tried to changed it to "*[1-9][T]" the problem is that if you enter 10T it gives you error.
Any suggestion on what to do?
Thanks
Need your help. I'm trying to create a validation rule for a textfield that will have the following pattern [Number Except 0][T]. I tried this rule "*[0-9][T]" the problem with this is that it will accept 0T. But when i tried to changed it to "*[1-9][T]" the problem is that if you enter 10T it gives you error.
Any suggestion on what to do?
Thanks