I need to join random special characters (!,@,#,$,%,^,&,*) to my string which looks like: 123456 , and I need to looks like that 1$&2$3%4^5.
Is any way to do that with Lua? I was browsing some manual function, but nothing intersting found except join().
Try this: