string-reverse
string-reverse is an alias for `reverse' in `subr-x.el
'.
(string-reverse SEQ)
This function is obsolete since 25.1;
use `reverse' instead.
Return the reversed copy of list, vector, or string SEQ.
See also the function `nreverse', which is used more often.