Problem with Regex

(Alexander) #1

Hello! I want to check the nuber from user but it does not work. If number 1000 the system skip and
moves on to the next question

(Daniel Beckett) #2

Hi @Cartman1990

This one should work:
/\b[0-9]{3}\b/y