home

Code Library

function starts_with() {
  [[ "$string" == "$prefix"* ]]
}