Lines Matching refs:substitution
455 If the substitution was made, print the new value of the pattern space.
459 If the substitution was made, write the new value of the pattern space
1165 # sub2p - convert sed substitution to Perl substitution
1182 Warn( "`\\' cannot be last in substitution", $fl );
1195 } elsif( $c =~ /[\$\@$led]/ ){ ## magic in Perl's substitution string
1372 Warn( "malformed substitution expression", $fl );
1875 =item `\' cannot be last in substitution
1897 The BRE and substitution may not be delimited with `\' or newline.
1917 =item malformed substitution expression