I thought I'd try and be clever with some JavaScript and use a regexp instead of repeated use of the indexOf method. I failed. Miserably.
I would like to try and match anything (using the test method) in the following order:
predefined string + space + forward slash + one digit number: 3-8 + decimal point
Can someone tell me what the regexp would be?