I have a line say
#abcd,19,19¬ name="efgh" label="ijkl"#mn op,22,28¬#qrst, 23,25¬ name="uvwx"ƒ
i have to split this line based on # but shouldn consider the first # .......the other # should be considered as the child of the first # ..........i have 25 lines like this ..how the split can happen without considering the first one?