reverse(value)

Reverses the order of the text provided

// name.last = "Washington"
reverse(name.last)
// returns "notgnihsaW"