The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

   # Extract a substring out of the value of a field
   replace_all('year','\^','0');

SEE ALSO

Catmandu::Fix