I need to use in lua an analog of the function php - mb_substr, where there is - bitwise step. Example in php - mb_substr($value, 0, 32, '8bit'); is there anything like that lua?
edit: bit of a bit - bitwise step
I need to use in lua an analog of the function php - mb_substr, where there is - bitwise step. Example in php - mb_substr($value, 0, 32, '8bit'); is there anything like that lua?
edit: bit of a bit - bitwise step