Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 380 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 380 Bytes

bash-str

String manipulation functions for Bash. Modeled from Go's strings module

Everything between strings.Compare() and strings.ReplaceAll() have been implemented

Installation

Use Basalt, a Bash package manager, to add this project as a dependency

basalt add 'hyperupcall/bash-str'