mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Wrong regex literal in scripting doc
This commit is contained in:
parent
8650841bf5
commit
35a4e428cf
1 changed files with 1 additions and 1 deletions
|
@ -776,7 +776,7 @@ string against which it will be tested to be on the right.
|
|||
In the sample above, two local variables are declared to hold our
|
||||
sample sentence and regular expression. Our regular expression in
|
||||
this case will return true if the string contains either the word
|
||||
``quick`` or the word ``fox``. The ``if`` statement in the script uses
|
||||
``quick`` or the word ``lazy``. The ``if`` statement in the script uses
|
||||
embedded matching and the ``in`` operator to check for the existence
|
||||
of the pattern within the string. If the statement resolves to true,
|
||||
:bro:id:`split` is called to break the string into separate pieces.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue