标签: regex ide sublimetext2 sublimetext
是否可以搜索和替换带有随机数的文本字符串,例如
Search: "This is the number 23 and i like it"
replace: "this is the number " . Rand(0,100) . " and i like it"
可能吗?
答案 0 :(得分:2)
不是开箱即用,但如果您熟悉Python,则可以轻松创建一个插件来执行此操作。