Skip to content
DimelsaM edited this page Oct 27, 2014 · 30 revisions

Guidelines

  1. 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.
  2. 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.

Assignment

  • 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.

Questions

If you are struggling with something, write about it below and it will help me organize material for class. (Name optional.)

  • your question here

Add Your Homework

Clone this wiki locally