string-reverse ( str -- rts )
Word and grapheme breaks

Prev:>graphemes ( str -- graphemes )
Next:first-word ( str -- i )


Vocabulary
unicode

Inputs
stra string


Outputs
rtsa string


Word description
Reverses a string, leaving graphemes in-tact.

Definition