Any exercises not completed in class will be due Monday at 11 pm.
Projects
If you need help, or just want to share your progress, please come to office hours or chat with us during class about your projects.
We have added a folder of test script bits in the Term_project folder. Check it out! Could be super helpful.
We are going to revisit Regular Expressions!
Regular expressions are used in programing languages, and they are not always applied the same way. Meaning they do not always all work for every language. Today you are going to do a general tutorial about regular expressions. Not everything that you do today will work in bash or python, but most will work in a text editor.
Go through the tutorial (all 14 exercises) found at https://regexone.com/ .
Make a text file (.txt) called
Copy the final .txt document to the /u/home/class/c177/c177-i0/classdata/In_class/Week8/Wednesday/
directory.