Answer the question
In order to leave comments, you need to log in
Word border and symbol +
Good afternoon.
Pseudocode in Perl:
$t = "C++, Java; JavaScript, c++, java; Oracle. Perl - power.";
$t =~ s/\b\Qc++\E/!!!Perl!!!/ig;
print $t, "\n";
Answer the question
In order to leave comments, you need to log in
$t = "C++, Java; JavaScript, c++1, java; Oracle. Perl - power.";
$t =~ s/\b\Qc++\E(?=\W)/!!!Perl!!!/ig;
print $t, "\n";
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question