j
k
j a
j l
$a asParser min: n
is fine for one character, but what if I want to specify that I want any character, or digit, repeated at least n times?
I could do:
($a asParser min: n) / ($b asParser min: n) / ...
but that would be a bit ugly :)
Thanks
Back to the thread
Back to the list