Kailang Blog

收集 vscode 使用2019-07-31Θ

正则#

正则替换#

将样式变量从 var(--xxx) 变成 $xxx

使用正则匹配: var\(--(.+?)\) vscode regex replace