[web2py] Re: Validate length of exactly 2.

2011-02-21 Thread annet
> IS_LENGTH(minsize=2, maxsize=2) > > http://web2py.com/book/default/chapter/07?search=is_length Thanks, I didn't realize I could provide IS_LENGTH() with two parameters. Kind regards, Annet.

[web2py] Re: Validate length of exactly 2.

2011-02-21 Thread pbreit
IS_LENGTH(minsize=2, maxsize=2) http://web2py.com/book/default/chapter/07?search=is_length