Help for this page

Select Code to Download


  1. or download this
      s/\*\*([^\*]+)\*\*\s\,\s\*\*([^\*]+)\*\*(\s\,)?/(grep {index($_,'_')
    +>=0} $1,$2)?"**$1_($2)**":$&/ge;
    
  2. or download this
    while(<DATA>) {
      s/(\*\*([^\*]+)\*\*\s\,\s\*\*([^\*]+)\*\*(\s\,)?)/(grep {index($_,'_
    +')>=0} $2,$3)?"**$2_($3)**":$1/ge; 
      print;
    }