This is a great utility that I've been using, but I occasionally run into ALL_CAPS text that I'd like to change case to another format as well. Technically, I can get it working by calling .ToLower() on the text first, but it would be nice to have true bi-directional support for this.
This is a great utility that I've been using, but I occasionally run into ALL_CAPS text that I'd like to change case to another format as well. Technically, I can get it working by calling
.ToLower()on the text first, but it would be nice to have true bi-directional support for this.