Help for this page

Select Code to Download


  1. or download this
    $string =~ s/ (?=[^{}]*})/_/g;
    
  2. or download this
    my @sub = qw(men boy girl);
    $string =~ s/(?<={)[^}]*(?=})/shift @sub/ge;