Hi all!
My problem is how to do with RegExp to get a list of entries common to two lists e.g.
list1="a,b,c" list2="x,b,c,y" --> rsltlist="b,c"
Maybe someone could point me somewhere to a more detailed RegExp-tutorial than that I have. I need to see how to "or" searchexpressions together in the searchphrase.
Thanx
reimer
My problem is how to do with RegExp to get a list of entries common to two lists e.g.
list1="a,b,c" list2="x,b,c,y" --> rsltlist="b,c"
Maybe someone could point me somewhere to a more detailed RegExp-tutorial than that I have. I need to see how to "or" searchexpressions together in the searchphrase.
Thanx
reimer