fart-it
fart-it copied to clipboard
Have "adapt case" recognize two more cases
Right now, the "adapt case" option recognizes when the whole found string is in uppercase or lowercase and adapts the replace string to that.
However, there are two more common cases that are used often and should be recognized too:
- "The sentence case where only the start of the string is uppercase"
- "The Title Case Where Every Individual Word Starts With An Uppercase"
If the "adapt case" option could recognize (and thus adapt) these two other cases, that would be great