summaryrefslogtreecommitdiffstats
path: root/source/rainerscript/functions/rs-strlen.rst
blob: 569a955689a4d5fd8200dcb2177d6d0287b73729 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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)