http://qs1969.pair.com?node_id=782594


in reply to Re^2: Deleting array elements
in thread Deleteing array elements

Hi davorg, you are - of course - right with your remark that regular expressions aren't always the answer.
It really depends on the problem. If a special named file should be removed from the array then ne is probably the better solution.
If all files ending in .log should be removed, then a regex might be the way to go.
Since there is no information about the general problem in the OP we are left guessing.

cheers, si_lence