Hello,
I try to put some Regex in my form and some work except this:
([5-9]{1}+$)|(ee^[1-9]{1}[0-9]{1,1000}$) (character ee is too much)
If I test this regex on the tubular.com web site, that work as I want, but into my form with a text box, nop. Maybe It dislike a pipe.
I also tried this regex in the same textbook and It’s works: ^[0-9]{5}$
Have you an idea please.
Thank for your help.