How do I do equivalent of python s str.split in DrScheme? SRFI-13 doesn t seem to have it provided.
I have a simple problem that says: A password for xyz corporation is supposed to be 6 characters long and made up of a combination of letters and digits. Write a program fragment to read in a string ...