lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 1 August 2018 at 09:55, dyngeccetor8 <dyngeccetor8@disroot.org> wrote:

> * string.reverse() (anyone used it?)

I was using it when "deleting" a string—going through the string
backwards and simulating appropriate keystrokes to delete that
character. Then I changed to going backwards through the string by
UTF-8 codepoint, so had to think of something else.

Vaughan