mirror of
https://github.com/nmap/nmap.git
synced 2025-12-29 19:09:01 +00:00
Adding a missing parenthesis, and putting an "s" after an apostrophe
This commit is contained in:
@@ -1361,7 +1361,7 @@ if(s) code_to_be_done_on_match end
|
||||
<indexterm><primary>regex</primary></indexterm></term>
|
||||
<listitem>
|
||||
<para>
|
||||
This is actually a wrapper around NSE' PCRE library <literal>exec</literal> function (see <xref linkend="nse-pcre"/>, thus
|
||||
This is actually a wrapper around NSE's PCRE library <literal>exec</literal> function (see <xref linkend="nse-pcre"/>), thus
|
||||
giving script developers the possibility to use regular expressions
|
||||
for delimiting instead of Lua's string patterns. If you want to get
|
||||
the data in chunks separated by <function>regex</function> (which has to be a valid
|
||||
|
||||
Reference in New Issue
Block a user