String str = 'Hello World!'; str = str.reverse(); system.debug(str);