-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
I tried the example on Lune's official docs page, even with the latest version that I just installed and it doesn't work
local Regex = require("@lune/regex")
local re = Regex.new("hello")
if re:isMatch("hello, world!") then
print("Matched!") -- This works
end
local caps = re:captures("hello, world! hello, again!")
print(#caps) -- This outputs 0
TokenManiac and blystii
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation