方法介绍

裁剪左侧字符

方法名称:

类_字符串.过滤前导字符

语法:

类_字符串.过滤前导字符(str, filt)

参数说明: str:字符串,原字符串

filter:字符串, 需要裁剪的字符

plain:布尔值,是否忽略模式匹配。true为开启模式匹配,不填默认为false

返回值: 字符串,返回经过裁剪后的字符串

require "懒人综合插件"

local s="&&{!aaa-bbb-ccc-ddd-eee  "

while true do    
    local ret=类_字符串.过滤前导字符 (s,"&&{!")    
    print(ret)
    print("----------------------------------")    
    sleep(2000)
end

Copyright © 湖南合鑫网络科技有限公司 2020 all right reserved,powered by Gitbook该文件修订时间: 2020-11-27 15:38:58

results matching ""

    No results matching ""