Case conversion
convert to lowercase or uppercase
// convert example
echo "A8B7F46504997036B2561EB5F8836D33" | tr '[:upper:]' '[:lower:]'
Last updated
Was this helpful?
convert to lowercase or uppercase
// convert example
echo "A8B7F46504997036B2561EB5F8836D33" | tr '[:upper:]' '[:lower:]'
Last updated
Was this helpful?