home

Code Library

function core.string.toupper() {
  echo "${str^^}"
}