aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/str/libkvistr.cpp
diff options
context:
space:
mode:
authorGravatar Alexey Sokolov2014-12-26 17:03:52 +0000
committerGravatar Alexey Sokolov2014-12-26 17:03:52 +0000
commit1c2b140b8721cedf40798a752c095e1bb77bac9b (patch)
treeec6323cc808e5b4b79daa0810f3d7f2a83eb49ca /src/modules/str/libkvistr.cpp
parentSasl auth: implement a fallback to PLAIN auth if BLOWFISH fails. BLOWFISH has... (diff)
downloadKVIrc-1c2b140b8721cedf40798a752c095e1bb77bac9b.tar.gz
KVIrc-1c2b140b8721cedf40798a752c095e1bb77bac9b.tar.bz2
KVIrc-1c2b140b8721cedf40798a752c095e1bb77bac9b.zip
Fix links in help of $str.word
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6407 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/str/libkvistr.cpp')
-rw-r--r--src/modules/str/libkvistr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/str/libkvistr.cpp b/src/modules/str/libkvistr.cpp
index 3f520ecd9..851d7619e 100644
--- a/src/modules/str/libkvistr.cpp
+++ b/src/modules/str/libkvistr.cpp
@@ -1155,9 +1155,9 @@ static bool str_kvs_fnc_match(KviKvsModuleFunctionCall * c)
Returns the nth word inside the <string> (with n starting from 0!)[br]
A word is a substring not containing spaces (ASCII chars 32, carriage returns, tabs etc...).[br]
If the string contains less than n+1 words then an empty string is returned.[br]
- This function is faster than a call to [fnc]split[/fnc]() and array indexing
+ This function is faster than a call to [fnc]$str.split[/fnc]() and array indexing
if you need a single word to be extracted from a complex string.[br]
- If you need to manage more than one word from the string then the [fnc]split[/fnc]()
+ If you need to manage more than one word from the string then the [fnc]$str.split[/fnc]()
method is more efficient.[br]
This function is a special case of [fnc]$str.token[/fnc]() and it runs a bit faster.
@examples: