User guide

iGuard/inSight User Guide
Release 7.0.0.4
111
8. Define the number of bytes from the beginning of the captured object in which you want
iGuard to find the expression, e.g.:
9. Compare a concept to another expression to define a relationship between the two.
In the following example, iGuard will report a match only if a part number is found
within exactly 1000 bytes of a Visa number.
Note: You can impose multiple conditions on your Concept, but because conflicts could arise,
you must carefully consider what they will do before implementing them.
Regular Expression Syntax
When creating new concepts, use the following regular expressions to construct patterns.
\n
line feed
\r
carriage return
\f
form feed
\b
backspace
\a
bell
\e
escape
\t
tab
\0xN
the hex ascii character equivalent to N
\nnn
the octal character of value nnn
\d
digit 0-9
\D
not digit 0-9
\c
any alpha A-Z or a-z
\C
not any alpha A-Z or a-z