Rule Collection or Grammar

Kérdés Rule Collection or Grammar

  • mercoledì 13 febbraio 2008 18:30
     
     
    I fairly new to this. Basically I have about 25,000 users in a list. And as the first step I want them to vadliate their Id whcih contains a letter followed by 6 digits, as in "a123456".  As there are 25,000 of these I could either add these as a list to a rle of allowed entries or specify a grammar rule. If either way better?

    I understand I can right a grammar rule but them seem confusing.

Tutte le risposte

  • giovedì 14 febbraio 2008 22:24
     
     

    It would probably be easier to use a grammar to allow the user to input their ID then validate the entered ID against the 25,000 valid Ids.

     

    Have you gone through the tutorials that show you how to create a grammar?