-- {{d|g1}} local p={}; local function test () local id = "18-0065"; return id:match ("^%d%d%-%d%d%d%d(?:\/%a{1-3})$"); end p.test = test; return p;