Question: Maple Programming Guide Exercise 5.9.4, 2013

The exercise is as follows:

"Write a looping structure that finds the four substrings (of a string assigned to the nameMyString) containing only lowercase letters, uppercase letters, decimal digits, and specialcharacters."

 

I'm a bit lost with this one, I can find the substrings they asked for but why make it a looping structure?

Please Wait...