To be more precise, I cannot use
#letter plus
because this would imply that I can both parse:
'aa', which is correct; but also: 'ab', which is not correct.
I need a way to specify that I want the same letter, or character, to be repeated.
Thank you, Alberto