AustinScola / illud

Text buffer editor and terminal viewer.
MIT License
1 stars 0 forks source link

Find and replace with case match #270

Open AustinScola opened 3 years ago

AustinScola commented 3 years ago

Add the ability to find instances of a string with case insensitivity and then replace the occurrences with another string but match the original case. For example, this would let you change foo -> bar, Foo -> Bar, and FOO -> BAR at the same time.