There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Catmandu::Fix::replace_all - search and replace using regex expressions

SYNOPSIS

# Extract a substring out of the value of a field
# {author => "tom jones"}
replace_all(author, '([^ ]+) ([^ ]+)', '$2, $1')
# {author => "jones, tom"}

SEE ALSO

Catmandu::Fix