After installing, you can add it as a middleware to your project and hand over a map of replacements. To replace every occurence of foo with bar.
Forked from ASzc/change-string-case-action This Action accepts any string, and outputs three different versions of that string: lowercase (XyZzY -> xyzzy) uppercase (XyZzY -> XYZZY) capitalized (Xyzzy ...