how can i produce the following pattern with databene benerator? A01,A02,A03...A25, then the same for B, C, D etc. So that I can even get other ranges like A01 to A15 etc. I have tried this
pattern="[0]{1}[7]{1}[0-9^[6,4]]{8}"
but it goes on to include A00, and A26 to A29.
specifically, how can i give the range of numbers e.g from 1 to 10, 1 to 20, etc.?