PQL46 (PQL Function Library - CPM 4.6)PQL 46Functions and operatorsString modificationREVERSEREVERSEApplies to: CELONIS 4.0 CELONIS 4.2 CELONIS 4.3 CELONIS 4.4 CELONIS 4.5 CELONIS 4.6DescriptionREVERSE returns the reversed string.Supported input column types: STRINGOutput column type: STRINGNULL-values: If the value is NULL, the result is NULLSyntaxREVERSE ( table.column ) Example[1] Reverse Strings.QueryColumn1REVERSE ( "Table1"."Column1" )InputOutputTable1Column1 : STRING'Text''Example''aba''a '''''null''ResultColumn1 : STRING'txeT''elpmaxE''aba'' a'''''null''