https://github.com/niradler/strin
String manipulation cli.
https://github.com/niradler/strin
Last synced: 11 months ago
JSON representation
String manipulation cli.
- Host: GitHub
- URL: https://github.com/niradler/strin
- Owner: niradler
- Created: 2020-02-17T21:07:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-06T21:05:28.000Z (about 6 years ago)
- Last Synced: 2025-03-08T12:03:33.485Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=""
```