Question

Validation on Text Input property
I have added a propery in UI with Text Input property type. It should accept only digits maximum length of 16 characters. User should not be allowed to enter alphabets in that field.
I could not find any library function in When/Validate rules to check whether the property value contains alphabets or not?
Please write me a suggestion to overcome this issue.