To replace specific text in a string with other text, using perl, the syntax is…
$fullString =~ s/$findString/$replaceString/;
To replace specific text in a string with other text, using perl, the syntax is…
$fullString =~ s/$findString/$replaceString/;