X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fform_field_validation.3x;h=e67c41359e681bad07ed0c0f7710b289a0c2ba31;hp=8fee91d0f24d98d75e077a7dc831d2fac4d85b1a;hb=661078ddbde3ce0f3b06e95642fbb9b5fef7dca1;hpb=3a9b6a3bf0269231bef7de74757a910dedd04e0c diff --git a/man/form_field_validation.3x b/man/form_field_validation.3x index 8fee91d0..e67c4135 100644 --- a/man/form_field_validation.3x +++ b/man/form_field_validation.3x @@ -1,4 +1,4 @@ -'\" t +.'" $Id: form_field_validation.3x,v 0.9 1997/12/06 22:08:27 tom Exp $ .TH form_field_validation 3X "" .SH NAME \fBform_field_validation\fR - data type validation for fields @@ -54,7 +54,7 @@ For details of the precision handling see \fBprintf's\fR man-page. TYPE_REGEXP Regular expression data. Requires a regular expression \fB(char *)\fR third argument; the data is valid if the regular expression matches it. Regular expressions -are in the format of \fBregcomp\fR(3x) and \fBregexec\fR(3X). Please notice +are in the format of \fBregcomp\fR(3X) and \fBregexec\fR(3X). Please notice that the regular expression must match the whole field. If you have for example an eight character wide field, a regular expression "^[0-9]*$" always means that you have to fill all eight positions with digits. If you want to