vlg*_*789 3 regex lua gsub
我有一个像"Text the I need (extra descriptor) text"我想要的文字"Text the I need text".
"Text the I need (extra descriptor) text"
"Text the I need text"
我试图使用str:gsub('\([^)]*\)', "")但由于某种原因无法工作
str:gsub('\([^)]*\)', "")
Ego*_*off 6
试试这个:
str = str:gsub('%b()', '')
归档时间:
12 年,9 月 前
查看次数:
1040 次
最近记录: