【发布时间】:2018-02-09 15:03:32
【问题描述】:
我在 TextWrangler 中,尝试 grep 查找所有多个连续空格的集合。我想用一个空格替换所有这些多个空格的实例。例如,
查找“视觉感知的认知不可穿透性” 替换为“视觉感知的认知不可穿透性”
我已经检查了所有推荐的线程,但没有一个对我有用。
- “Regex to replace multiple spaces with a single space”
- “How to replace multiple white spaces with one white space”
- “replacing spaces with just one “_””
欢迎任何关于如何搜索(或 Grep)多个空间的建议。
【问题讨论】:
标签: search grep textwrangler findandmodify