Help for this page
Select Code to Download
Select
or
download this
#! /usr/bin/perl -w ... $string =~ s/(_)([^']+?)(_)/$1'$2$3/go; print $string;