aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/str/libkvistr.cpp
diff options
context:
space:
mode:
authorGravatar wodim2017-08-25 12:07:04 +0200
committerGravatar wodim2017-08-25 12:07:04 +0200
commitbff6c4d1d3b34e5c4c3fb83f9439b4427f75a363 (patch)
treed8ebbabf69b237556205b9d3f62ae50a1ce51652 /src/modules/str/libkvistr.cpp
parentFix the text of all links in the documentation being lowercase. (diff)
downloadKVIrc-bff6c4d1d3b34e5c4c3fb83f9439b4427f75a363.tar.gz
KVIrc-bff6c4d1d3b34e5c4c3fb83f9439b4427f75a363.tar.bz2
KVIrc-bff6c4d1d3b34e5c4c3fb83f9439b4427f75a363.zip
Remove lots of redundant line feeds around block elements in the docs.
Diffstat (limited to 'src/modules/str/libkvistr.cpp')
-rw-r--r--src/modules/str/libkvistr.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/modules/str/libkvistr.cpp b/src/modules/str/libkvistr.cpp
index a0a4e961c..c695be123 100644
--- a/src/modules/str/libkvistr.cpp
+++ b/src/modules/str/libkvistr.cpp
@@ -1697,7 +1697,7 @@ static bool str_kvs_fnc_grep(KviKvsModuleFunctionCall * c)
%Test[] = $str.split("Y*H","hihiYeaHhohohoyeahYepYEAHhi",sw)
echo %Test[]
[/example]
- If used outside of an array context, a comma-separated list of substrings is returned:[br]
+ If used outside of an array context, a comma-separated list of substrings is returned:
[example]
[cmd]echo[/cmd] $str.split("[ ]*","Condense spaces and change     all       it in commas",r)
[/example]
@@ -1879,8 +1879,7 @@ static bool str_kvs_fnc_split(KviKvsModuleFunctionCall * c)
and by using the following corresponding variadic parameters.
Since the percent sign is used as variable prefix in KVIrc,
this function uses the question mark [b]?[/b] instead.[br]
- The <format> string can contain the following escape sequences:[br]
- [br]
+ The <format> string can contain the following escape sequences:
[table]
[tr][td][b]?s[/b][/td][td]The next parameter is evaluated as a string and substituted in place of ?s[/td][/tr]
[tr][td][b]?d[/b][/td][td]The next parameter is evaluated as a signed integer and substituted in place of ?d[/td][/tr]