IT 117: Intermediate Scripting
Class 13 Ungraded Quiz
-
Write the regular expression that is equivalent to *
on the Unix command line.
-
Write a regular expression that will match one or more whitespace characters.
-
Write a regular expression that can be used to find all lines in a file
that contains a space followed by "GET" somewhere in the line.
-
Write a regular expression that will match one of the octets in an
IPv4 address.
-
Write a regular expression that will match an IPv4 address.