【发布时间】:2020-03-15 11:12:50
【问题描述】:
我确实有一个包含许多以下模式的大文本文件;
because of,this
or that,has
or,not
我当然要改下面的
because of, this
or that, has
or, not
为了让自己清楚:我想在每个, 之后插入一个space
如何使用 BBEdit Find/Replace/Grep 做到这一点?
查找工作正常
[\,](\w)
但我不知道替换的对应部分。
【问题讨论】: