regular expressions

HI,

I need to make a regular expression in an entry field where I only allow a range of numbers, from 3751 to 8250. How do I do it?

Hi,

Welcome to the Wix Code forums.

It’s much easier to just define the text input as a numeric, and then check if the input field is within the range of numbers. Although regular expressions are great fun (almost as fun as a root canal), using a regex for this is clearly overkill.

Have fun,

Yisrael

Thanks Yisrael !!! it worked perfectly !!!