Help for this page
Select Code to Download
Select
or
download this
$_ = join '|', map {$_ ||= 'empty' } split('\|',$_,-1);
Select
or
download this
s/(?<=\|)\|/empty|/g;