home

Code Library

function core.string.tolower() {
  echo "${str,,}"
}