User-1056855865 posted
Greetings - we are using a web portal to have users submit a word document (either .doc or .docx extension) that part of the filename is S11B01.doc - it always ends like this - student number, and block number. It's always 2 digits student number and
always 2 digit block number. How can I parse the file name and store in two variables studentID = 11 and blockID = 01?