my $find = "(^.*SignDataType=\"osv\">).*((?=<\\/FormSignData>).*\$)"; my $replace = "\$1xxx\$2"; patch($find, $replace);