Please tell me, is it possible to check the string (in JavaScript) for such a view (exaple below). So that the first digit is two or three digits, then a slash (/) and then a two or three digit number.
Like this 100/10 or 20/30 or 200/500 or 40/500
Thanks in advance.