Field of 13 digits without letters or symbols

What is the problem? Please be detailed.

Hi. I need to restrict a code in a field that is 13 digits long, no more or less, and it must not contain letters or symbols. Somebody that could help me?

PD. Sorry for translating my spanish with google :sweat_smile:

1 Like

I solve it with this "regex(.,'^[0-9]{13}$')". I'll leave it here if it's useful for someone. Thanks.

1 Like

Hello Oscar_Orlando

you are using this code for solving that problem

type = text
apperance = numbers
constraint = string-length(.) = 13

I hope this code help you and others people that face that kind of problem..

Thanks & regards
RS