ReverseReverse#Syntax: Reverse(str string) stringThe reverse() method reverses an string in place. gstr.Reverse("Hello World")// => dlroW olleHCopy