Hi All,
I have a requirement where i need to force user to enter the digits(if required) at the end of the string only.
e.g.
Test - Allowed
Test12 - Allowed
Test.Test - Allowed
Test.Test12 - Allowed
Test12.Test - Not Allowed
Test.12Test - Not Allowed
12Test - Not Allowed
Te12st - Not Allowed
Is there a way i can achieve this validation?
Thanks