Go to the previous, next section.
.)This operator matches any single printing or nonprinting character except it won't match a:
RE_DOT_NEWLINE isn't set.
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'.
Go to the previous, next section.