aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Szymon Tomasz Stefanek2010-12-24 22:04:19 +0000
committerGravatar Szymon Tomasz Stefanek2010-12-24 22:04:19 +0000
commitc80721a3be92547b28731a8b18fb98c1cd264b04 (patch)
treedd8f95aefd1a40831f2e78dfb576b55189d23e96 /src
parentApplied the 'highlighting method' to nickname highlighting too. Reworked the ... (diff)
downloadKVIrc-c80721a3be92547b28731a8b18fb98c1cd264b04.tar.gz
KVIrc-c80721a3be92547b28731a8b18fb98c1cd264b04.tar.bz2
KVIrc-c80721a3be92547b28731a8b18fb98c1cd264b04.zip
Update str.grep short doc: avoid mentioning GNU regexp as we don't emulate it
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5225 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src')
-rw-r--r--src/modules/str/libkvistr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/str/libkvistr.cpp b/src/modules/str/libkvistr.cpp
index f79cc53a6..5e07add17 100644
--- a/src/modules/str/libkvistr.cpp
+++ b/src/modules/str/libkvistr.cpp
@@ -1555,7 +1555,7 @@ static bool str_kvs_fnc_join(KviKvsModuleFunctionCall * c)
@title:
$str.grep
@short:
- Emulates the GNU Regular Expression Parser
+ Performs searches in arrays of strings via regular expression matching
@syntax:
<array> $str.grep(<match:string>,<strings:array>[,<flags:string>,<offset:integer>])
@description: