*********
toupper()
*********

Purpose
=======

toupper(str)

Converts the provided string into uppercase.


Example
=======

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

.. code-block:: none

   toupper($syslogtag)

