summaryrefslogtreecommitdiffstats
path: root/source/rainerscript/functions/rs-strlen.rst
diff options
context:
space:
mode:
Diffstat (limited to 'source/rainerscript/functions/rs-strlen.rst')
-rw-r--r--source/rainerscript/functions/rs-strlen.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/source/rainerscript/functions/rs-strlen.rst b/source/rainerscript/functions/rs-strlen.rst
new file mode 100644
index 0000000..569a955
--- /dev/null
+++ b/source/rainerscript/functions/rs-strlen.rst
@@ -0,0 +1,22 @@
+********
+strlen()
+********
+
+Purpose
+=======
+
+strlen(str)
+
+Returns the length of the provided string.
+
+
+Examples
+========
+
+In the following example returns the length of the message string.
+
+.. code-block:: none
+
+ strlen($msg)
+
+