lua-users home
lua-l archive

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


On Aug 20, 2014, at 9:03 PM, Jonas Thiem <jonasthiem@googlemail.com> wrote:

> Alternatively, I'm also happy for easier solutions to get this
> behavior of gsub if this is already possible in an easier way that I
> haven't seen.

gsub( '%p', '%%%0’ ) seems hardy ‘monstrous’.