Javascript: The Missing Manual
- Determining the Length of a String
- Using a conditional statement too determine if a String is too short or too long.
- Matching a Pattern
- Using a regular expression to find a URL.
- Matching Every Instance of a Pattern
- Using a regular expression to find different forms of URLs.
- Replacing Text
- Using a regular expression to to a find and replace.
- Writing the Function
- Writing a full date to the page.