[interchange-docs] xmldocs - racke modified refs/length.ordercheck

docs at icdevgroup.org docs at icdevgroup.org
Tue Oct 7 12:03:43 UTC 2008


User:      racke
Date:      2008-10-07 12:03:43 GMT
Modified:  refs     length.ordercheck
Log:
add example for minimum length

Revision  Changes    Path
1.3                  xmldocs/refs/length.ordercheck


rev 1.3, prev_rev 1.2
Index: length.ordercheck
===================================================================
RCS file: /var/cvs/xmldocs/refs/length.ordercheck,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- length.ordercheck	17 May 2008 21:44:39 -0000	1.2
+++ length.ordercheck	7 Oct 2008 12:03:43 -0000	1.3
@@ -6,7 +6,13 @@
 Checks whether the value has a minimum length or is inside a length range.
 __END__
 
-__NAME__ example
+__NAME__ example: Minimum length of 8 characters
+<programlisting>
+password=length 8 Please enter at least 8 characters for your password.
+</programlisting>
+__END__
+
+__NAME__ example: Length between 6 and 32 characters
 <programlisting>
 username=length 6-32 Size limits exceeded (6-32 characters)
 </programlisting>







More information about the docs mailing list