-
Notifications
You must be signed in to change notification settings - Fork 36
Week 2 Homework
crzikrn edited this page Sep 19, 2014
·
30 revisions
- Post a link to documentation of your assignment. This could be a version of your work that runs online or a blog post with written / visual description of your work.
- Place a copy of your code in our class' shared dropbox folder. (Look for it in email.) This is so that we can run or debug in class if necessary.
- Practice Regular Expressions! If you are stuck for an idea, here are some suggestions:
- Take your code from week 1, expand and rework it using Regular Expressions.
- Taking inspiration from the Pirate Translator, re-imagine a text using regex search and replace.
- Create a program that performs Mac Low's Diastic reading of a text
- Write a regular expression that matches any e-mail address.
- Take that regular expression and do a search and replace so that any e-mail address is made into a “mailto:” link.
- Create an example that reads an HTML page and removes any markup and leaves only the raw content.
- Adapt the regex tester to be a search/replace tester.
- Create a regex that matches only code comments in code.
- Add a link below.
If you are struggling with something, write about it below and it will help me organize material for class. (Name optional.)
- your question here