In this assignment, we begin to use the searching language Regex to search for strings or keywords withing a data set. Regex is a very powerful and useful language to know. In this assignment I have written the correct Regex expressions to find the keys inside a string that was assigned to us.
3)
- What is stored in matches?
- What does d mean?
- What does d mean?
Problem 1 a) What does sSmean?
- What is stored inside matches[0]?
- Why is matches[1] different?
- Modify the Regex code
Problem 2
- a) Write a program using regex that will go through the text file and print out the file name of every hyperlinked powerpoint
Reviews
There are no reviews yet.