An open API service indexing awesome lists of open source software.

https://github.com/niradler/strin

String manipulation cli.
https://github.com/niradler/strin

Last synced: 11 months ago
JSON representation

String manipulation cli.

Awesome Lists containing this project

README

          

# strin

```
echo aAa bBb | strin replace --t="[ab]" --v="c" --sr="ig"
echo aAa bBb | strin split --t="A" | strin join --t="" | strin replace --t="B" --v=""
```