i believe that either way you put it (first or end of the character), you should check if the comma is existing.
using kaspi's example, if the user choses "3,". you'll still have to check if comma is the last character. what about "4".
using pat's example, if the user choses ",2". you'll still...