LoveFrames/loveframes/third-party/utf8/charclass/compiletime/stub.lua
2020-05-11 17:23:16 +01:00

10 lines
175 B
Lua

return function(utf8)
local cl = utf8.regex.compiletime.charclass.builder
return function(str, c, bs, ctx)
return cl.new():with_codes(c), utf8.next(str, bs) - bs
end
end