in reply to Pattern with split
But judging from the info you give us I would tend towards a capturing regex and not use split. Something like
where the inside and outside of the parentheses are filled appropriately.my ($type,$id,$no,$date1,$text,$date2)=/()()()()()()/;
-- Hofmator
|
|---|