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

docs at icdevgroup.org docs at icdevgroup.org
Tue Jun 26 11:43:15 EDT 2007


User:      racke
Date:      2007-06-26 15:43:15 GMT
Modified:  refs     regex.ordercheck
Log:
added description and fiscal data example

Revision  Changes    Path
1.2       +10 -0     xmldocs/refs/regex.ordercheck


rev 1.2, prev_rev 1.1
Index: regex.ordercheck
===================================================================
RCS file: /var/cvs/xmldocs/refs/regex.ordercheck,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- regex.ordercheck	26 Jun 2007 15:19:14 -0000	1.1
+++ regex.ordercheck	26 Jun 2007 15:43:14 -0000	1.2
@@ -2,3 +2,13 @@
 value matches regular expression
 __END__
 
+__NAME__ description
+Allows you to specify a regular expression to match against the supplied value.
+Useful for many cases where no existing &glos-order-check; is available.
+__END__
+
+__NAME__ example: Fiscal data
+<programlisting>
+fiscal_data=regex ^\d\d-[A-Z\d]{9}-\d{4}-[A-Z\d]{10}-\d{4}-\d{4}$ "Invalid format"
+</programlisting>
+__END__








More information about the docs mailing list