Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

NAME

Catmandu::Fix::capitalize - capitalize the value of a key

SYNOPSIS

# Capitalize the value of foo. E.g. foo => 'bar'
capitalize(foo) # foo => 'Bar'

SEE ALSO

Catmandu::Fix