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