Exercises
See Appendix A for answers to the following exercises:
Remember, it’s normal to be surprised by some of the things that regular expressions do. That’s one reason the exercises in this chapter are more important than the others. Expect the unexpected.
[10] Make a program that prints each line of its input that mentions
fred. (It shouldn’t do anything for other lines of input.) Does it match if your input string isFred,frederick, orAlfred? Make a small text file with a few lines mentioning “fred flintstone” and his friends. Then use that file as input to this program and the ones later in this section.[6] Modify the previous program to allow
Fredto match as well. Does it match now if your input string isFred,frederick, orAlfred? (Add lines with these names to the text file.)[6] Make a program that prints each line of its input that contains a period (
.), ignoring other lines of input. Try it on the small text file from the previous exercise: Does it noticeMr. Slate?[8] Make a program that prints each line with a word that is capitalized but not ALL capitalized. Does it match
Fredbut neitherfrednorFRED?[8] Extra credit exercise: Write a program that prints out any input line that mentions both
wilmaandfred.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access