{ "PerCharacter": false, "IsLua": true, "Value": "\t\t\t-- MACRO_INPUT: string, the input passed to the macro\n\t\t\t-- ^ this does not exclude other macros, tags, whatsoever, youll have to do it yourself\n\n\t\t\tlocal chars = MACRO_INPUT:Split(\"\")\n\t\t\tfor i=1, #chars do\n\t\t\t\tchars[i] = (\"%s\"):format(i, chars[i])\n\t\t\tend\n\n\t\t\t-- returning here \"applies\" your changes\n\t\t\treturn table.concat(chars)\n\t\t" }