Unit 'o32rxvld' Package
[Overview][Constants][Classes][Index] [#pl_orpheus]

RXMaskLookup

Declaration

Source position: o32rxvld.pas line 47

const RXMaskLookup: array [1..RXMaskCount] of string = ('.+ 1 or more of any characters allowed. Minimum of 1 character required. Note: This is the default behavior. No expression is needed.', '.* Any number of any character allowed. Note: Although This expression allows an empty string, The RegexEngine will fail an empty string.', '(1[012]|[1-9]):[0-5][0-9] (am|pm) Time of day: Standard AM/PM time display (9:17 am) or (12:30 pm)', '(1[012]|[1-9]):[0-5][0-9]:[0-5][0-9] (am|pm) Time of day: Standard AM/PM time diplay with seconds. (9:17:22 am)', '(([01]?[0-9])|(2[0-3])):[0-5][0-9] Time of day: 24 hour clock (15:22).', '(([01]?[0-9])|(2[0-3])):[0-5][0-9]:[0-5][0-9] Time of day: 24 hour clock with seconds (15:22:07).', '(\(?[1-9][0-9][0-9]\)? )?[1-9][0-9][0-9]\-[0-9][0-9][0-9][0-9] Telephone Number: Optional area-code with optional parenthesis', '(0?[1-9]|1[012])(\\|/|\-)([012]?[1-9]|[123]0|31)(\\|/|\-)([123][0-9])?[0-9][0-9] Date: (mm\dd\yy) or (mm\dd\yyyy) formats. Also accepts / and - separators. Note: Only covers years from 1000-3999', '(y(es)?)|(no?) Boolean: Y, y, N, n, Yes, yes, No or no', '(t(rue)?)|(f(alse)?) Boolean: T, t, F, f, True, False, true or false', '([0-9]|[A-F])+ Hexadecimal: Allows any number of characters in the range 0-9 and A-F', '[0-7]+ Octal: Allows any number of characters in the range 0-7.', '[01]+ Binary:Allows any number of binary characters (0 and 1).');



CT Web help

CodeTyphon Studio