1.

Give a validation rule such that a user can enter only the values 1, 2or 3?

Answer»

^[123]$Its in REGEX.



Discussion

No Comment Found