return test("GC_test ... bla bla bla")1 #!/usr/bin/perl 2 3 use strict; 4 5 my $string = 'test("test ... bla bla bla")'; 6 $string =~ s/test\("test/test\("GC_test/; 7 8 print $string."\n";
In reply to Re^3: Replace strings with "("
by Frantz
in thread Replace strings with "("
by chintak86
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |