我在文档中有以下文本,我想搜索并替换所有 Foo 和 Bar 的实例
Foo spot Bar see
Tar bum top Foo
Ipsum gum Bar stop
在查找/替换中使用一行我希望的结果是:
spot see
Tar bum top
Ipsum gum stop
我认为我需要的是搜索字段的某种 OR 表达式,并将 Foo 或 Bar 替换为空。但我不知道该怎么做。
我在文档中有以下文本,我想搜索并替换所有 Foo 和 Bar 的实例
Foo spot Bar see
Tar bum top Foo
Ipsum gum Bar stop
在查找/替换中使用一行我希望的结果是:
spot see
Tar bum top
Ipsum gum stop
我认为我需要的是搜索字段的某种 OR 表达式,并将 Foo 或 Bar 替换为空。但我不知道该怎么做。