https://github.com/bash-bastion/bash-str
String manipulation functions for Bash
https://github.com/bash-bastion/bash-str
basalt bash shell
Last synced: 19 days ago
JSON representation
String manipulation functions for Bash
- Host: GitHub
- URL: https://github.com/bash-bastion/bash-str
- Owner: bash-bastion
- Created: 2021-11-27T07:50:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-25T19:15:53.000Z (almost 4 years ago)
- Last Synced: 2025-04-02T04:29:26.629Z (about 1 year ago)
- Topics: basalt, bash, shell
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bash-str
String manipulation functions for Bash. Modeled from Go's [strings](https://pkg.go.dev/strings) module
Everything between `strings.Compare()` and `strings.ReplaceAll()` have been implemented
## Installation
Use [Basalt](https://github.com/hyperupcall/basalt), a Bash package manager, to add this project as a dependency
```sh
basalt add 'hyperupcall/bash-str'
```