Sybernet / Supplied Functions Reference
Release 3.00
Oct 14, 2002
backwards forwards

HTTP.REVERSE

This function reverses and returns a string expression.

Syntax

FUNCTION REVERSE
(
    S                             VARCHAR2
)
RETURN VARCHAR2;

Parameters

Parameter Description
s
 
The string to be reversed.

Returns

VARCHAR2

Example

The following example illustrates how to call reverse.

select http.reverse('HelloWorld') from dual


--------------------------------------------------
dlroWolleH 



Sybernet is a trademark of SRI International.
Copyright © 1996-2008 SRI International. All Rights Reserved.
Denis D. Workman / http://Sybernet.sri.com/