validate number without using regex

Hi All,

Is there any way to validate number without using regex.

Here is the requirement,

Need to enter  only number upto 15-18 character. I can't use here integer or floating-point field so I am using textbox with regexmatch function to validate but my requirement to not use regexmatch function.

Is there any way to achieve this ?

  Discussion posts and replies are publicly visible