Help for this page

Select Code to Download


  1. or download this
    $_ = join '|', map {$_ ||= 'empty' }  split('\|',$_,-1);
    
  2. or download this
     s/(?<=\|)\|/empty|/g;