Let say I have the following :
items : (item separator)+
this would work for :
i1, i2, i3,
but not for :
i1, i2, i3
how to make it so it does not require end-separator ?
Let say I have the following :
items : (item separator)+
this would work for :
i1, i2, i3,
but not for :
i1, i2, i3
how to make it so it does not require end-separator ?