The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 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