diff options
Diffstat (limited to 'source/rainerscript/functions/rs-tolower.rst')
-rw-r--r-- | source/rainerscript/functions/rs-tolower.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/source/rainerscript/functions/rs-tolower.rst b/source/rainerscript/functions/rs-tolower.rst new file mode 100644 index 0000000..904770e --- /dev/null +++ b/source/rainerscript/functions/rs-tolower.rst @@ -0,0 +1,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) + + |