.
)This operator matches any single printing or nonprinting character except it won't match a:
newline
RE_DOT_NEWLINE
isn't set.
null
RE_DOT_NOT_NULL
is set.
The .
(period) character represents this operator. For example,
a.b
matches any three-character string beginning with a
and ending with b
.