Skip to content

Mirror

Type Function: STRING

Input STR STRING (String input)
Output STRING (input string read backwards)
MIRROR reads the string STR reverse and passes the characters in reverse order.

mirror

Example:

MIRROR ('This is a test') = 'tset a si siht'