Skip to content

ProtoString Position Methods

Seth Clydesdale edited this page Jun 11, 2015 · 5 revisions

<< Back to ProtoString Method Reference

The position methods allow you to manipulate the position of characters in a string, such as reversing the characters so the string displays backwards. For more information, consult the table below.

Position Methods

Method Description
mirror() Mirrors a text string so that it displays backwards and vice versa.
shuffle() Shuffles the characters of a string.
unshuffle() Unshuffles the characters of a shuffled string.
skip() Skips through the characters of a string to form a new one.
Clone this wiki locally