IT 117: Intermediate Scripting
Class 13 Ungraded Quiz

  1. Write the regular expression that is equivalent to * on the Unix command line.


  2. Write a regular expression that will match one or more whitespace characters.


  3. Write a regular expression that can be used to find all lines in a file that contain "GET" somewhere in the line.


  4. Write a regular expression that will match one of the octets in an IPv4 address.


  5. Write a regular expression that will match an IPv4 address.