DPL StudioDPL Studio GuideAppendix B: Supported FunctionsString FunctionsReverseOn this pageReverseReverse Function Returns the reverse of the specified text string. Syntax Reverse (scalar StringValue) Arguments ArgumentDescriptionscalar StringValueString to be reversed Examples: Reverse('Good Morning') Returns the reverse of given string 'Good Morning'.