https://bugs.documentfoundation.org/show_bug.cgi?id=71559
--- Comment #7 from Justin L <[email protected]> --- The duplicate bug reports indicate that there already is 'match case' that basically handles this. I agree with -1 from bug 95708 comment 1. Generally speaking, it is not wise to do a replace-all, so you still need to step through them one by one. No significant extra effort in that case by doing 'match case'. If doing a replace-all, then it is twice as much effort - but the total effort is still minimal. -- You are receiving this mail because: You are the assignee for the bug.
