lua-stringy icon indicating copy to clipboard operation
lua-stringy copied to clipboard

fast lua string operations

Results 6 lua-stringy issues
Sort by recently updated
recently updated
newest added

gcc -O2 -fPIC -I/usr/local/include -c stringy/stringy.c -o stringy/stringy.o -Istringy/ stringy/stringy.c: 在函数‘join’中: stringy/stringy.c:182:5: 错误:只允许在 C99 模式下使用‘for’循环初始化声明 for (int i = 2; i

When I join multiple strings, I don't want to write `'aaa' .. '_' .. 'bbb' .. '_' .. 123`, which is too long; I don't want to use `table.concat` either...

Why not define lstrip and rstrip as in python, and strip some customized charactors.

The latest package on luarocks is 0.4-1, released about three years ago. There are newer changes which would be useful to people (me, in particular). Would it be possible to...

I'm seeing this on luajit on El Capitan: ``` || lua: error loading module 'stringy' from file '/Users/jdonaldson/env/lib/lua/5.1/stringy.so': || dlopen(/Users/jdonaldson/env/lib/lua/5.1/stringy.so, 6): Symbol not found: _fastsearch || Referenced from: /Users/jdonaldson/env/lib/lua/5.1/stringy.so ||...

Could you help me? I want to use your stringy lib, but i don’t understand something. Here is a v string: _["header",["Content-Disposition","form-data; name=\"fileToUpload\"; filename=\"Furi.docx\"","Content-Disposition: form-data; name=\"fileToUpload\"; filename=\"Furi.docx\""]]_ I want to...