Try changing the above to either of the two Option 1 regex(., ‘[4]{10}$’) or regex(., ‘[5]{13}$’) or regex(., ‘[6]{17}$’)
Option 2 regex(., ‘^([0-9]{10}|[0-9]{13}|[0-9]{17})$’)
0-9 ↩︎