标签: regex replace capitalization
使用正则表达式,我想找到并用“bar”替换单词“foo”,但我希望以保留“foo”之前的任何大小写的方式来实现。所以这篇文章......
Foo the foo, and FOO too
会改为......
Bar the bar, and BAR too
使用正则表达式有一种简单的方法吗?