Marc Fischer wrote: > > Hi, > > does anybody know how to seperate parts of a string? > > For example: I have got documents with the Ids: N_1, N_2, ... > > Is there any function that returns only the numbers behind N_, so i can > calculate with them? _.int(_.string.split(id,'_')[1]) :-) Chris