Artifact ccc52a6c1d3cfac3d7f98066370d95cc1715cee1a457b696c3d7f09ade51f0a6:
- File 残局文料/lua_lib/算机_程语_月_注_删_不虑字串.lua — part of check-in [5b9fb5e09f] at 2024-02-13 05:00:42 on branch trunk — 好 (user: 顽雨沉风, size: 631) [annotate] [blame] [check-ins using]
local 字集库 = require("u8_to_a") local 文库 = require(字集库.u8_to_a("算机_程语_月_基类_文")) local string = string local s = {} -- 单行注与多行注 --~ 文 function s.删注(o1) o1 = s.删多行注(o1) return s.删单行注(o1) end do local k1 --~ 模 k1 = 文库.连("%-%-", "%[", "(=*)", "%[", ".-", "%]", "%1", "%]") --~ 文 function s.删多行注(o1) return string.gsub(o1, k1, "") end end do local k1 --~ 模 k1 = 文库.连("%-%-", "[^\n]*") --~ 文 function s.删单行注(o1) return string.gsub(o1, k1, "") end end return s