Replaces contents in a string with provided input.
String Replace accepts three quoted arguments:
- The string whose contents will be modified
- The sub-string to replace
- What to replace #2 with
You can use the installed odin binary to build one for you, using the
command you'd expect. Alternatively, use the bundled build.sh script.
It will remove any existing string-replace binaries.
Execute odin test tests/ or use the bundled test.sh script.
There isn't much here for that, just use the vet.sh script.