Hi, Is there a way to get split() to return the delimiter too ? For example: For the string "deabcamn" , and using the delimiter "a" , I want to get : qw(de abc amn). Thanks Yossi