<?php $row['item']='item1|item2|item 3||item 4|||yyyy-mm-dd'; $row['item']=preg_replace(['~\|+(?=[^|]+$)~','~\|+~'],[' ',', '],$row['item']); echo $row['item'];
You have javascript disabled. You will not be able to edit any code.