From a21766066879d705cb4a4e10c03cf313cfe5bdc0 Mon Sep 17 00:00:00 2001 From: kris Date: Wed, 18 Jun 2008 04:41:19 +0000 Subject: [PATCH] Adding a missing parenthesis, and putting an "s" after an apostrophe --- docs/scripting.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scripting.xml b/docs/scripting.xml index 8b1c9e38b..5c7ba239f 100644 --- a/docs/scripting.xml +++ b/docs/scripting.xml @@ -1361,7 +1361,7 @@ if(s) code_to_be_done_on_match end regex - This is actually a wrapper around NSE' PCRE library exec function (see , thus + This is actually a wrapper around NSE's PCRE library exec function (see ), 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 regex (which has to be a valid