12.2.2.9 Lab - Regular Expression Tutorial PDF
12.2.2.9 Lab - Regular Expression Tutorial PDF
Objectives
In this lab, you will learn how to use regular expressions to search for desired strings of information.
Background / Scenario
A regular expression (regex) is a pattern of symbols that describes data to be matched in a query or other
operation. Regular expressions are constructed similarly to arithmetic expressions, by using various operators
to combine smaller expressions. There are two major standards of regular expression, POSIX and Perl.
In this lab, you will use an online tutorial to explore regular expressions. You will also describe the information
that matches given regular expressions.
Required Resources
• CyberOps Workstation VM
• Internet connection
Cisco and/or its affiliates. All rights reserved. Cisco Confidential Page 1 of 3 www.netacad.com
Lab – Regular Expression Tutorial
b. After you have finished with the tutorial, record the function of some of the metacharacters that are used
in regular expressions.
Metacharacters Description
$
*
.
[ ]
\.
\d
\D
^
{m}
{n,m}
$
*
abc|123
^83
[A-Z]{2,4}
2015
05:22:2[0-9]
\.com
complete|GET
0{4}
Cisco and/or its affiliates. All rights reserved. Cisco Confidential Page 2 of 3 www.netacad.com
Lab – Regular Expression Tutorial
The matching text from the log file is highlighted. Use the scroll wheel on the mouse or use the j or k keys
on your keyboard to locate the highlighted patterns.
e. For the next expression, enter /[A-Z]{2,4} at the colon (:) prompt.
Note: The colon is replaced by / as you type the expression.
f. Enter the rest of the regular expressions from the table in Step 2. Make sure all the expressions are
preceded with a forward slash (/). Continue until you have verified your answers. Press q to exit the
logstash-tutorial.log file.
g. Close the terminal and shut down the VM.
Cisco and/or its affiliates. All rights reserved. Cisco Confidential Page 3 of 3 www.netacad.com