Phantom Documentation

[Help Home] [Phantom Home]
strrev

string strrev(string)

Return Type: string
Parameters: string input

Description:
This function reverses the order of characters in the input string.

Example Code
1 >>string s = "Hello World!";
2 >>disp(strrev(s));
!dlroW olleH



Copyright 2000-2011 Phantom Automated Solutions