Embedded zeros in patterns

  • From: Norfanin <norfanin@xxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Tue, 26 Nov 2013 02:40:25 +0100

Is the embedded zeros in patterns feature from Lua 5.2 something that
will ever come to LuaJIT? This currently errors like in Lua 5.1.

print(#("\0"):match("[\0]"))

I have a feeling this was addressed somewhere already, but I'm unable
to find it. Sorry if I make you repeat yourself.

Other related posts: