游戏王残局简化版

程序语言_月_基础类型_字串_全筛.lua at [420d28e057]
Login

程序语言_月_基础类型_字串_全筛.lua at [420d28e057]

File 残局文料/lua_lib/程序语言_月_基础类型_字串_全筛.lua artifact 31ca7b5be7 part of check-in 420d28e057


local d_2 = {}
function d_2.找字(o1, o2, o3, o4)
  --~ print(o1, o2, o3, o4)
  if o1:find(o2, o3, o4) then
    return o1
    end
  end
--~ function d_2.返全文_普态_前缀态(o1, o2)
  --~ return d_2.返全文(o1, o2, 1, true)
  --~ end
--~ function d_2.返选文(o1, o2)
  --~ return o1:match(o2)
  --~ end
return d_2