Overview
| Comment: | (/ω\) |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
a6c983cea35ca3636f6f8a458ba6ce00 |
| User & Date: | 顽雨沉风 on 2024-01-29 09:38:45.804 |
| Other Links: | manifest | tags |
Context
|
2024-01-29
| ||
| 09:40 | (/ω\) check-in: e7578bd30a user: 顽雨沉风 tags: trunk | |
| 09:38 | (/ω\) check-in: a6c983cea3 user: 顽雨沉风 tags: trunk | |
| 09:37 | (/ω\) check-in: 0bf4892673 user: 顽雨沉风 tags: trunk | |
Changes
Modified 残局文料/dfns_jvwg_ysaf/程序语言_月_基础类型_字串_全筛.lua
from [5d5b26b4ef]
to [a8ab4575b3].
1 |
local d_2 = {}
| | | | | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 |
local d_2 = {}
function d_2.找字(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
|