Differences From Artifact [c707d7bd01]:
- File 残局文料/lua_lib/常用库.lua — part of check-in [7d4a9f036c] at 2024-02-13 05:04:09 on branch trunk — 好 (user: 顽雨沉风, size: 5162) [annotate] [blame] [check-ins using]
To Artifact [4641df3a1b]:
- File 残局文料/lua_lib/常用库.lua — part of check-in [c67edd94ca] at 2024-02-13 05:04:46 on branch trunk — 好 (user: 顽雨沉风, size: 5162) [annotate] [blame] [check-ins using]
︙ | |||
182 183 184 185 186 187 188 | 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 | - - + + | function s.删左右空白(o1) o1 = string.gsub(o1, "^%s+", "") return string.gsub(o1, "%s+$", "") end --~ 对 --~ 对 function s.连两对(u1_0, u2_0) |
︙ |