Get the reversed string.
Syntax:
$str.reverse( string )
Returns:
the reversed string.
Version Since:
1.0
Example:
$str.reverse( “12345” )= (.+)
Get the reversed string. It will be “54321”
$str.reverse($getSIPuser(To))= (.+)
Reverse the To URI’s SIP username.