summaryrefslogtreecommitdiffstats
path: root/source/rainerscript/functions/rs-tolower.rst
blob: 904770e46cd4a8ad3375098a0cad9d79049d3ba4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
*********
tolower()
*********

Purpose
=======

tolower(str)

Converts the provided string into lowercase.


Example
=======

The following example shows the syslogtag being converted to lower case.

.. code-block:: none

   tolower($syslogtag)