Skip to content

String manipulation functions for Bash

Notifications You must be signed in to change notification settings

bash-bastion/bash-str

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'