\"the literal " (3410 / 428 / 2216)
actionthe literal text action (case sensitive) \"the literal " (3410 / 428 / 2216)
:the literal : (5810 / 728 / 3A16)
\s*any whitespace character, repeated any number of times
\"the literal " (3410 / 428 / 2216)
Group action(?<action>[^\"]*) Negated Character Class[^\"]* *matches any number of characters outside the set below:
\"the literal " (3410 / 428 / 2216)
.*any character (except for line terminators), repeated any number of times
\"the literal " (3410 / 428 / 2216)
dstthe literal text dst (case sensitive) \"the literal " (3410 / 428 / 2216)
:the literal : (5810 / 728 / 3A16)
\s*any whitespace character, repeated any number of times
\{the literal { (12310 / 1738 / 7B16)
\s*any whitespace character, repeated any number of times
\"the literal " (3410 / 428 / 2216)
ipthe literal text ip (case sensitive) \"the literal " (3410 / 428 / 2216)
:the literal : (5810 / 728 / 3A16)
\s*any whitespace character, repeated any number of times
\"the literal " (3410 / 428 / 2216)
Group dst_ip(?<dst_ip>[^\"]*) Negated Character Class[^\"]* *matches any number of characters outside the set below:
\"the literal " (3410 / 428 / 2216)
\"the literal " (3410 / 428 / 2216)
,the literal , (4410 / 548 / 2C16)
\s*any whitespace character, repeated any number of times
\"the literal " (3410 / 428 / 2216)
macthe literal text mac (case sensitive) \"the literal " (3410 / 428 / 2216)
:the literal : (5810 / 728 / 3A16)
\s*any whitespace character, repeated any number of times
\"the literal " (3410 / 428 / 2216)
Group dst_mac(?<dst_mac>[^\"]*) Negated Character Class[^\"]* *matches any number of characters outside the set below:
\"the literal " (3410 / 428 / 2216)
\"the literal " (3410 / 428 / 2216)
,the literal , (4410 / 548 / 2C16)
\s*any whitespace character, repeated any number of times
\"the literal " (3410 / 428 / 2216)
portthe literal text port (case sensitive) \"the literal " (3410 / 428 / 2216)
:the literal : (5810 / 728 / 3A16)
\s*any whitespace character, repeated any number of times
\"the literal " (3410 / 428 / 2216)
Group dst_port(?<dst_port>[^\"]*) Negated Character Class[^\"]* *matches any number of characters outside the set below:
\"the literal " (3410 / 428 / 2216)
"the literal " (3410 / 428 / 2216)
\s*any whitespace character, repeated any number of times
}the literal } (12510 / 1758 / 7D16)
.*any character (except for line terminators), repeated any number of times
\s*any whitespace character, repeated any number of times
\"the literal " (3410 / 428 / 2216)
srcthe literal text src (case sensitive) \"the literal " (3410 / 428 / 2216)
:the literal : (5810 / 728 / 3A16)
\s*any whitespace character, repeated any number of times
\{the literal { (12310 / 1738 / 7B16)
\s*any whitespace character, repeated any number of times
\"the literal " (3410 / 428 / 2216)
ipthe literal text ip (case sensitive) \"the literal " (3410 / 428 / 2216)
:the literal : (5810 / 728 / 3A16)
\s*any whitespace character, repeated any number of times
\"the literal " (3410 / 428 / 2216)
Group src_ip(?<src_ip>[^\"]*) Negated Character Class[^\"]* *matches any number of characters outside the set below:
\"the literal " (3410 / 428 / 2216)
\"the literal " (3410 / 428 / 2216)
,the literal , (4410 / 548 / 2C16)
\s*any whitespace character, repeated any number of times
\"the literal " (3410 / 428 / 2216)
macthe literal text mac (case sensitive) \"the literal " (3410 / 428 / 2216)
:the literal : (5810 / 728 / 3A16)
\s*any whitespace character, repeated any number of times
\"the literal " (3410 / 428 / 2216)
Group src_mac(?<src_mac>[^\"]*) Negated Character Class[^\"]* *matches any number of characters outside the set below:
\"the literal " (3410 / 428 / 2216)
\"the literal " (3410 / 428 / 2216)
,the literal , (4410 / 548 / 2C16)
\s*any whitespace character, repeated any number of times
\"the literal " (3410 / 428 / 2216)
portthe literal text port (case sensitive) \"the literal " (3410 / 428 / 2216)
:the literal : (5810 / 728 / 3A16)
\s*any whitespace character, repeated any number of times
\"the literal " (3410 / 428 / 2216)
Group src_port(?<src_port>[^\"]*) Negated Character Class[^\"]* *matches any number of characters outside the set below:
\"the literal " (3410 / 428 / 2216)
\"the literal " (3410 / 428 / 2216)
,the literal , (4410 / 548 / 2C16)
\s*any whitespace character, repeated any number of times
\"the literal " (3410 / 428 / 2216)
vlanthe literal text vlan (case sensitive) \"the literal " (3410 / 428 / 2216)
:the literal : (5810 / 728 / 3A16)
\s*any whitespace character, repeated any number of times
\"the literal " (3410 / 428 / 2216)
Group src_vlan(?<src_vlan>[^\"]*) Negated Character Class[^\"]* *matches any number of characters outside the set below:
\"the literal " (3410 / 428 / 2216)
\"the literal " (3410 / 428 / 2216)
g modifier: global. Finds all matches instead of stopping after the first
m modifier: multiline. Causes ^ and $ to match the start and end of each line, not only the start and end of the string